Skip to content

Commit

Permalink
remove printf
Browse files Browse the repository at this point in the history
  • Loading branch information
yunnian committed Jun 11, 2019
1 parent aabde3e commit 51f72e4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion nsq_lookupd.c
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,6 @@ char *lookup(char *host, char *topic) {
} else {
sprintf(url, "%s%s%s%s", "http://", host, "/lookup?topic=", topic);
}
php_printf("url:%s",url);
char *data = request(url);
efree(url);
return data;
Expand Down

0 comments on commit 51f72e4

Please sign in to comment.