mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-04-08 17:15:08 +02:00
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…
x
Reference in New Issue
Block a user