Skip to content

Commit d649ecb

Browse files
committed
housekeeping: deleted some comments and cleaned up code
1 parent 5916519 commit d649ecb

File tree

1 file changed

+1
-11
lines changed

1 file changed

+1
-11
lines changed

probe.py

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -138,15 +138,8 @@ def main():
138138
json_payload_data.append(out)
139139
except Exception as e:
140140
logging.error(e)
141-
print e
142141
pass
143-
#print len(json_response_chunks)
144-
#print len(json_payload_data)
145-
#p.join()
146-
#p.terminate()
147-
#del p
148-
#del out_queue
149-
#procs = []
142+
150143
url_data = mini_probe.create_url(config, 'data')
151144
try:
152145
request_data = requests.post(url_data, data=json.dumps(json_payload_data), verify=False)
@@ -173,9 +166,6 @@ def main():
173166
p.join()
174167
p.terminate()
175168
del p
176-
#p.join()
177-
#p.terminate()
178-
#del p
179169
del json_response
180170
del json_payload_data
181171
gc.collect()

0 commit comments

Comments
 (0)