mirror of
https://github.com/OpenNebula/one.git
synced 2025-08-24 17:49:28 +03:00
feature #3748: Remove debug code
This commit is contained in:
@ -27,7 +27,6 @@ define(function(require) {
|
||||
|
||||
dialogElement.on('close.fndtn.reveal', function (e) {
|
||||
if (e.namespace !== 'fndtn.reveal') { return; }
|
||||
console.log("close.reveal")
|
||||
if (that.onClose) {
|
||||
that.onClose(dialogElement);
|
||||
}
|
||||
|
Reference in New Issue
Block a user