summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorScott Ostler <scottbot9000@gmail.com>2010-07-02 12:47:13 -0400
committerScott Ostler <scottbot9000@gmail.com>2010-07-02 12:47:13 -0400
commit24b9cf2370e55639ca5f5ad387364a5ded750586 (patch)
tree5bd1a180175bebb93c7a339b186b67a8bb444e0b /src
parent32c3a334a6db4a450b70bf69261961ed34daea1e (diff)
Remove println from /nick/popular
Diffstat (limited to 'src')
-rw-r--r--src/site.clj1
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)