diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/email.clj | 2 | ||||
| -rw-r--r-- | src/site.clj | 3 |
2 files changed, 1 insertions, 4 deletions
diff --git a/src/email.clj b/src/email.clj index 2997827..d387624 100644 --- a/src/email.clj +++ b/src/email.clj @@ -68,7 +68,6 @@ (def *admin-lists* {"dumpfmprod" ["opuscule@gmail.com" "sbostler@gmail.com" - "stfn6000@gmail.com" "theryderproject@gmail.com"] "sostler" ["sbostler@gmail.com"]}) @@ -94,3 +93,4 @@ body (format "Reason: %s" reason)] (dump-mail (get-admins) subject body))) +
\ No newline at end of file diff --git a/src/site.clj b/src/site.clj index 07601f3..731e196 100644 --- a/src/site.clj +++ b/src/site.clj @@ -515,8 +515,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] @@ -1119,7 +1117,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))) |
