diff options
| author | Scott Ostler <scottbot9000@gmail.com> | 2010-07-02 12:47:13 -0400 |
|---|---|---|
| committer | Scott Ostler <scottbot9000@gmail.com> | 2010-07-02 12:47:13 -0400 |
| commit | 24b9cf2370e55639ca5f5ad387364a5ded750586 (patch) | |
| tree | 5bd1a180175bebb93c7a339b186b67a8bb444e0b /src | |
| parent | 32c3a334a6db4a450b70bf69261961ed34daea1e (diff) | |
Remove println from /nick/popular
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 770c331..f398d11 100644 --- a/src/site.clj +++ b/src/site.clj @@ -573,7 +573,6 @@ order by count desc limit 20 offset 0") profile-nick (:nick user-info) raw-dumps (get-popular-dumps profile-nick (or (:user_id session) -1)) dumps (map process-message-for-output raw-dumps)] - (println raw-dumps) (.setAttribute st "nick" profile-nick) (.setAttribute st "mini_profile" (build-mini-profile user-info)) (.setAttribute st "dumps" dumps) |
