Removed on noisy chatter from JS debug
This commit is contained in:
parent
8e44c66850
commit
485222492b
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue