You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
But would it not be better (performance wise) to comment out all log statements, or to add something like if (Log.level <= debug) { log.debug(...) } to all debug statements?
The text was updated successfully, but these errors were encountered:
The method
insertBefore
in dom.js starts with the following debug statement:But results in a TypeError: Cannot read property 'nodeName' of null when the refChild (or newChild is undefined). This can be fixed as follows:
See commit orslumen@c22faaf
But would it not be better (performance wise) to comment out all log statements, or to add something like
if (Log.level <= debug) { log.debug(...) }
to all debug statements?The text was updated successfully, but these errors were encountered: