From: Steven Chan Date: Sun, 21 Sep 2014 20:52:07 +0000 (-0700) Subject: Comment out console.log in od_api module X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=63192819d1ee026400f5fbfc54fbad40c83157ca;p=contrib%2Foverdrive-eg-opac.git Comment out console.log in od_api module Signed-off-by: Steven Chan --- 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.