diff options
| author | Simon Robertshaw <simon@hardwired.org.uk> | 2012-05-03 20:52:59 (GMT) |
|---|---|---|
| committer | Simon Robertshaw <simon@hardwired.org.uk> | 2012-05-03 20:52:59 (GMT) |
| commit | 89911666f0b07986a2be7a1f42a5aec6738203a5 (patch) | |
| tree | d3351580fa5a47cd9e614f992ba8293f2ac7d750 /src/interface.c | |
| parent | 7eafedb61afaa4d4910a79363d351d1f136d5c58 (diff) | |
| download | powder-89911666f0b07986a2be7a1f42a5aec6738203a5.zip powder-89911666f0b07986a2be7a1f42a5aec6738203a5.tar.gz | |
Remove stupid debug output for thumbnail cache, no idea why I have not removed this earlier
Diffstat (limited to 'src/interface.c')
| -rw-r--r-- | src/interface.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/interface.c b/src/interface.c index 4824cb9..996dc23 100644 --- a/src/interface.c +++ b/src/interface.c @@ -3627,7 +3627,6 @@ int search_ui(pixel *vid_buf) thumb = calloc(1,4); thlen = 4; } - printf("Added %s to cache\n", img_id[i]); thumb_cache_add(img_id[i], thumb, thlen); for (pos=0; pos<GRID_X*GRID_Y; pos++) { if (search_dates[pos]) { @@ -3711,7 +3710,6 @@ int search_ui(pixel *vid_buf) strappend(uri, "_small.pti"); img_id[i] = mystrdup(search_ids[pos]); } - printf("Not found: %s, downloading\n", img_id[i]); img_http[i] = http_async_req_start(img_http[i], uri, NULL, 0, 1); free(uri); } |
