summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authordumpfmprod <dumpfmprod@ubuntu.(none)>2010-08-21 18:08:15 -0400
committerdumpfmprod <dumpfmprod@ubuntu.(none)>2010-08-21 18:08:15 -0400
commit802630b46375f391e8cbe0445d59e032ed64329c (patch)
tree163c5da2dc560d4ca6c1feb4853cd928afe2e50f /src
parenta125e1216dc52f8c596f8ff9360751c161c8d9fd (diff)
parent9a7af2da172d71b354724229eaeab92e735c2d38 (diff)
Merge branch 'master' of /pichat/repo
Diffstat (limited to 'src')
-rw-r--r--src/email.clj2
-rw-r--r--src/site.clj3
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 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)))