Closed xferguson closed 7 years ago
I refactored the console.logs with "if debug" statements into a new function that is part of the helpers: etyBase.helpers.debugLog which does the check for you. Now if you want a debug-only console.log, use that function :)
etyBase.helpers.debugLog
I refactored the console.logs with "if debug" statements into a new function that is part of the helpers:
etyBase.helpers.debugLog
which does the check for you. Now if you want a debug-only console.log, use that function :)