esterpantaleo / etymology

This repository contains code behind the visualization of the Wikimedia tool etytree at http://tools.wmflabs.org/etytree/
https://esterpantaleo.github.io/etymology/
50 stars 9 forks source link

new debugLog function #36

Closed xferguson closed 7 years ago

xferguson commented 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 :)