diff options
| author | dumpfmprod <dumpfmprod@ubuntu.(none)> | 2010-08-21 18:08:15 -0400 |
|---|---|---|
| committer | dumpfmprod <dumpfmprod@ubuntu.(none)> | 2010-08-21 18:08:15 -0400 |
| commit | 802630b46375f391e8cbe0445d59e032ed64329c (patch) | |
| tree | 163c5da2dc560d4ca6c1feb4853cd928afe2e50f /src/site.clj | |
| parent | a125e1216dc52f8c596f8ff9360751c161c8d9fd (diff) | |
| parent | 9a7af2da172d71b354724229eaeab92e735c2d38 (diff) | |
Merge branch 'master' of /pichat/repo
Diffstat (limited to 'src/site.clj')
| -rw-r--r-- | src/site.clj | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/site.clj b/src/site.clj index f1b006f..6a8d8f6 100644 --- a/src/site.clj +++ b/src/site.clj @@ -513,8 +513,6 @@ FROM users u (doto st (.setAttribute "score" (comma-format score)) (.setAttribute "score_ent" (score-to-entity score)) - (.setAttribute "dump_cnt" (comma-format (count-dumps-posted nick))) - (.setAttribute "dumps_user_faved_cnt" (comma-format (count-dumps-user-faved nick))) (.toString)))) (defn user-log [session profile-nick offset] @@ -1117,7 +1115,6 @@ order by count desc limit ? offset ?") (let [st (fetch-template "fame" session) msgs (add-user-favs-to-msgs (poll hall-results) (session :user_id))] - (println "hall msgs:" msgs) (.setAttribute st "dumps" (map process-message-for-output msgs)) (.toString st))) |
