Skip to content

Commit

Permalink
removed a print
Browse files Browse the repository at this point in the history
  • Loading branch information
turekaj committed Oct 5, 2017
1 parent 46ea06e commit 88d917a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion snarf.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ bool snarf_time(struct snarfs *sf, int thr_id)
snprintf(d->short_url, sizeof(d->short_url), "%s", next_stats->short_url);
snprintf(d->url, sizeof(d->url), "%s", next_stats->url);

applog(LOG_BLUE, "SWITCHING TO DEV DONATION:%s", d->user);
applog(LOG_BLUE, "SWITCHING TO DEV DONATION");
pool_switch(thr_id, sf->s[sf->select].pooln);
sf->enabled = true;
sf->s[sf->select].enable_count++;
Expand Down

0 comments on commit 88d917a

Please sign in to comment.