diff options
Diffstat (limited to 'src/timeline.c')
-rw-r--r-- | src/timeline.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/timeline.c b/src/timeline.c index be1a4c4..4cd9fe0 100644 --- a/src/timeline.c +++ b/src/timeline.c @@ -102,7 +102,6 @@ struct timeline *get_timeline(const char *max_id, const char *since_id, const ch return NULL; } - printf("url: %s\n", url); resp = get_request(url); free(url); if (!resp) { |