Skip to content

Commit

Permalink
removed forgotten logging
Browse files Browse the repository at this point in the history
  • Loading branch information
musketyr committed Feb 6, 2017
1 parent 1f0c499 commit a911ba1
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,6 @@ DETERMINISTIC

SET queue_length = queue_length - 1;

call doLog(concat_ws(': ','front_id', front_id));
call doLog(concat_ws(': ','processed', processed));

IF find_in_set(front_id, processed) = 0 THEN
SET processed = AddToSet(front_id, processed);

Expand Down

0 comments on commit a911ba1

Please sign in to comment.