summaryrefslogtreecommitdiff
path: root/src/timeline.c
diff options
context:
space:
mode:
authornirav <nirav@teisuu.com>2019-03-26 07:54:56 +0530
committerDandelion <nirav@teisuu.com>2019-03-26 07:54:56 +0530
commitcc727e972f7fdc871ee1f42cf014151b67422bf0 (patch)
treeeda5279bf96e4999e4219beb331df4646cfd2a5b /src/timeline.c
parent4b27c1a348d8de036dabd5525452f5b9ad08a32b (diff)
downloadap_client-cc727e972f7fdc871ee1f42cf014151b67422bf0.tar.gz
ap_client-cc727e972f7fdc871ee1f42cf014151b67422bf0.zip
Update login flow and timeline window
Diffstat (limited to 'src/timeline.c')
-rw-r--r--src/timeline.c1
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) {