Browse Source

recognizing

Gamaliel Espinoza 7 years ago
parent
commit
0c60ba9233
1 changed files with 1 additions and 3 deletions
  1. 1 3
      ondemand/service.py

+ 1 - 3
ondemand/service.py

@@ -143,9 +143,7 @@ def process_segment(item):
             found=found['timestamp'] if found else None,
             found=found['timestamp'] if found else None,
         )
         )
 
 
-        print(len(results))
-        print(results)
-        #print(response)
+        print("api response: {}".format(response))
     except ConnectionError as ex:
     except ConnectionError as ex:
         print(ex, file=sys.stderr)
         print(ex, file=sys.stderr)
     except UserWarning as warn:
     except UserWarning as warn: