diff options
| author | Scott Ostler <scottbot9000@gmail.com> | 2010-08-19 11:10:07 -0400 |
|---|---|---|
| committer | Scott Ostler <scottbot9000@gmail.com> | 2010-08-19 11:10:07 -0400 |
| commit | dbd8ac362b1a44c5b3a9dfe6b2abc1295b7980ec (patch) | |
| tree | 1bc300c03dd1eb0578d1952c4c3f59df330ae3ed /src/site.clj | |
| parent | 5d478aaeadd4608a31474090e50fb08786662bb5 (diff) | |
Removed profile dump/fav counts
Diffstat (limited to 'src/site.clj')
| -rw-r--r-- | src/site.clj | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/site.clj b/src/site.clj index 567c3af..07601f3 100644 --- a/src/site.clj +++ b/src/site.clj @@ -456,8 +456,6 @@ FROM users u logger (make-time-logger) is-home (and nick (= nick profile-nick)) has-avatar (non-empty-string? (user-info :avatar)) - dump-cnt (count-dumps-posted profile-nick) - fav-from-cnt (count-dumps-user-faved profile-nick) score (lookup-score profile-nick) raw-dumps (logger tags/fetch-dumps-by-nick :nick profile-nick @@ -477,8 +475,6 @@ FROM users u (if (non-empty-string? v) (escape-html v))))) (.setAttribute st "score" (comma-format score)) (.setAttribute st "score_ent" (score-to-entity score)) - (.setAttribute st "dump_cnt" (comma-format dump-cnt)) - (.setAttribute st "dumps_user_faved_cnt" (comma-format fav-from-cnt)) (if (not (empty? dumps)) (.setAttribute st "dumps" dumps)) (.setAttribute st "debug_log_items" (logger)) |
