diff options
| author | dumpfmprod <dumpfmprod@ubuntu.(none)> | 2010-08-19 11:10:23 -0400 |
|---|---|---|
| committer | dumpfmprod <dumpfmprod@ubuntu.(none)> | 2010-08-19 11:10:23 -0400 |
| commit | a125e1216dc52f8c596f8ff9360751c161c8d9fd (patch) | |
| tree | 8dd96e79e763bb07154f73ccded68c7707a94455 /src | |
| parent | 9c625c5cc83de9249344d1a8024803e20e04a05d (diff) | |
| parent | dbd8ac362b1a44c5b3a9dfe6b2abc1295b7980ec (diff) | |
Merge branch 'master' of /pichat/repo
Diffstat (limited to 'src')
| -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 7ecc7ea..f1b006f 100644 --- a/src/site.clj +++ b/src/site.clj @@ -454,8 +454,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 @@ -475,8 +473,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)) |
