diff options
| author | Masaya Tojo <masaya@tojo.tokyo> | 2020-07-12 07:50:59 +0900 |
|---|---|---|
| committer | Masaya Tojo <masaya@tojo.tokyo> | 2020-07-12 07:50:59 +0900 |
| commit | 3e41853e32cd7f9902517200287836d11048fa9f (patch) | |
| tree | 64e541407981949bca8fbbd94eeff5d310b3138c | |
| parent | 779fb2944d85cb11aeefce217f41b0d6d3d3a671 (diff) | |
qkbox: toot: Remove debug print.
| -rw-r--r-- | qkbox/toot.scm | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/qkbox/toot.scm b/qkbox/toot.scm index 6e00c18..6126ea1 100644 --- a/qkbox/toot.scm +++ b/qkbox/toot.scm @@ -400,8 +400,6 @@ (delete-file tmp) pict)) (else - (display (response-code res)) - (newline) #f))))) (define* (fetch-avatar-static url) |
