From cc727e972f7fdc871ee1f42cf014151b67422bf0 Mon Sep 17 00:00:00 2001 From: nirav Date: Tue, 26 Mar 2019 07:54:56 +0530 Subject: Update login flow and timeline window --- src/timeline.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src/timeline.c') 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) { -- cgit v1.2.3