diff options
Diffstat (limited to 'public/assets/js/lib/views/users/users.js')
| -rw-r--r-- | public/assets/js/lib/views/users/users.js | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/public/assets/js/lib/views/users/users.js b/public/assets/js/lib/views/users/users.js index c2f8c13..82068e7 100644 --- a/public/assets/js/lib/views/users/users.js +++ b/public/assets/js/lib/views/users/users.js @@ -43,9 +43,7 @@ var UsersView = View.extend({ // var threadCount = threadCountNum ? hush_threads(threadCountNum) : ['',''] // "id", "username", "realname", "firstseen", "lastseen", // "location", "website", "avatar", - console.log(user) var stats = userStats[user.username] || {} - console.log(stats) if (!showAll && !stats.threads && !stats.files && !stats.comments) { return } |
