remove debug mode
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
jQuery(document).ready(function($) {
|
||||
console.log('Hello Jee');
|
||||
|
||||
var _debug = true,
|
||||
var _debug = false,
|
||||
_avgDelay = 1,
|
||||
_lastDraw = new Date,
|
||||
_fps,
|
||||
|
||||
Reference in New Issue
Block a user