projects
/
contrib
/
overdrive-eg-opac.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
19ec438
)
Comment out console.log in od_api module
author
Steven Chan
<steven3416@gmail.com>
Sun, 21 Sep 2014 20:52:07 +0000
(13:52 -0700)
committer
Steven Chan
<steven3416@gmail.com>
Sun, 21 Sep 2014 20:52:07 +0000
(13:52 -0700)
Signed-off-by: Steven Chan <steven3416@gmail.com>
src/od_api.coffee
patch
|
blob
|
history
diff --git
a/src/od_api.coffee
b/src/od_api.coffee
index
d12c4ec
..
9a9f88b
100644
(file)
--- 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.