Removed on noisy chatter from JS debug

This commit is contained in:
Thomas Gelf 2014-03-08 17:21:39 +01:00
parent 8e44c66850
commit 485222492b
1 changed files with 2 additions and 1 deletions

View File

@ -322,7 +322,8 @@
return;
}
self.icinga.logger.debug('Fixing controls for ', $parent);
// Enable this only in case you want to track down UI problems
// self.icinga.logger.debug('Fixing controls for ', $parent);
$('.controls', $parent).each(function (idx, el) {
var $el = $(el);