1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-03-25 02:50:08 +03:00

feature #3748: Remove debug code

This commit is contained in:
Daniel Molina 2015-06-25 18:25:41 +02:00
parent a648dc743a
commit 23d9398a84

View File

@ -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);
}