mirror of
https://github.com/reddit-archive/reddit.git
synced 2026-04-05 03:00:15 -04:00
dont record clicks for the time being
This commit is contained in:
@@ -147,7 +147,8 @@ def read_click_cookie():
|
||||
for t in things:
|
||||
def foo(t1, user):
|
||||
return lambda: t1._click(user)
|
||||
utils.worker.do(foo(t, c.user))
|
||||
#don't record clicks for the time being
|
||||
#utils.worker.do(foo(t, c.user))
|
||||
set_user_cookie('click', '')
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user