# HG changeset patch # User cedricbonhomme # Date 1299243182 -3600 # Fri Mar 04 13:53:02 2011 +0100 # Node ID f6cdeb5dffc52aa7e8a872a97b56dd233bb89bfa # Parent d00782718195ece3ef92d400c30d543b721363af Removed outdated print. diff --git a/check.py b/check.py --- a/check.py +++ b/check.py @@ -96,8 +96,6 @@ if __name__ == "__main__": # Point of entry in execution - print "-= WiSafeCar client =-" - droid = android.Android() print "Starting localization..." droid.startLocating() @@ -128,4 +126,4 @@ try: urllib.urlopen(adr) except Exception, e: - print e \ No newline at end of file + print e