From 63192819d1ee026400f5fbfc54fbad40c83157ca Mon Sep 17 00:00:00 2001 From: Steven Chan Date: Sun, 21 Sep 2014 13:52:07 -0700 Subject: [PATCH] Comment out console.log in od_api module Signed-off-by: Steven Chan --- src/od_api.coffee | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/od_api.coffee b/src/od_api.coffee index d12c4ec..9a9f88b 100644 --- a/src/od_api.coffee +++ b/src/od_api.coffee @@ -49,7 +49,9 @@ define [ 'od.logout' 'od.error' ] - eventObject = $({}).on eventList.join(' '), (e, x, y...) -> log e.namespace, x, y + eventObject = $({}).on eventList.join(' '), (e, x, y...) -> + # Uncomment for debugging on console + #log e.namespace, x, y # On page load, we unserialize the text string found in local storage into # an object, or if there is no string yet, we create the default object. -- 2.11.0