diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/site.clj | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/site.clj b/src/site.clj index 2b1fa94..ca8bc9d 100644 --- a/src/site.clj +++ b/src/site.clj @@ -891,7 +891,6 @@ ; --TODO-- ; Because ajaxupload.js doesn't feature an error-handler, ; all responses not equal to "OK" signal errors. - (println mute (if mute (format-mute mute) nil)) (cond (not nick) (resp-success "NOT_LOGGED_IN") (not image) (resp-success "INVALID_REQUEST") mute (resp-success (format-mute mute)) |
