summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorScott Ostler <sostler@deathmachine.local>2010-03-17 00:21:12 -0400
committerScott Ostler <sostler@deathmachine.local>2010-03-17 00:21:12 -0400
commit8e552b2252c8464f563c33424bd9ff55eb81e4e0 (patch)
tree3ade380f62e34d6d7cc194829ae515238d8bbd18 /src
parent5c1f0b978d97df29d9b626b0695ca68e12cf0fc9 (diff)
parent864fc418066cfb5f9de22d3dd3369d3efc6810b3 (diff)
ready for deploy
Diffstat (limited to 'src')
-rwxr-xr-xsrc/site.clj1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/site.clj b/src/site.clj
index 9ef4cdf..f76531d 100755
--- a/src/site.clj
+++ b/src/site.clj
@@ -411,7 +411,6 @@
AND room_id = 1
AND is_image = true
ORDER BY created_on DESC LIMIT 1)")]
- (println qry)
(when (> (count user-ids) 0)
(let [res (do-select [qry])
keys (map :user_id res)