debug performance

This commit is contained in:
Stephan 2019-11-16 14:32:17 +01:00
parent 9b9b0cb1c6
commit 11b30671d4
6 changed files with 10 additions and 7 deletions

View file

@ -3,8 +3,9 @@ function setup () {
'use strict';
console.info('\n', hippie.brand, '\n\n');
console.info('Document information:\n', 'HTML:', hippie.screen, '\n', 'BODY:', hippie.body);
if (debugOn) {
console.info('Debug information:\n', 'HTML:', hippie.screen, 'BODY:', hippie.body);
console.debug('Debug information:\n', 'HIPPIE:', hippie);
}
// WANNABE MODULE Mouse over effect