Skip to content

Commit

Permalink
Update data_handler.py
Browse files Browse the repository at this point in the history
  • Loading branch information
tybtab96 authored Jun 25, 2016
1 parent 26cd79a commit fa2b0d5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion data_handler.py
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,6 @@ def send_to_queue(self, cpm, cpm_err):
if self.manager.protocol == 'new':
time_string = time.time()
self.queue.append([time_string, cpm, cpm_err])
print(self.queue)

def backlog_to_queue(self, path=DEFAULT_DATA_BACKLOG_FILE):
"""
Expand Down

0 comments on commit fa2b0d5

Please sign in to comment.