f6cdeb5dffc5 — cedricbonhomme tip 13 years ago
Removed outdated print.
1 files changed, 1 insertions(+), 3 deletions(-)

M check.py
M check.py +1 -3
@@ 96,8 96,6 @@ def change_in_bearing(old, new):
 
 if __name__ == "__main__":
     # Point of entry in execution
-    print "-= WiSafeCar client =-"
-
     droid = android.Android()
     print "Starting localization..."
     droid.startLocating()

          
@@ 128,4 126,4 @@ if __name__ == "__main__":
         try:
             urllib.urlopen(adr)
         except Exception, e:
-            print e
  No newline at end of file
+            print e