What's new
Xen Factory

Register today to become a member! Once signed in, you'll be able to start purchasing our products, ask questions, request support and suggest new ideas!

  • This area is dedicated to the support of our xF1 add-ons. For xF2, please use the dedicated area: HERE.
  • We are aware that a no permission error was shown when you tried to purchase in the last 2 days, this is now fixed.

Bug Not a bug Marker debug log spams error console

SeToY

Member
Hello there,

the following code spams chrome's error console with empty lines:

Code:
                var icon = '';
                console.log($that.data('icon'));

I am familiar with debug code, but this shouldn't be left in there on production servers :)
 
Top