Removed a debug trace introduced with the file drag&drop capability

SVN:trunk[3212]
This commit is contained in:
Romain Quetiez
2014-06-13 09:48:31 +00:00
parent 7bf3f97a72
commit a6d984e23f

View File

@@ -398,7 +398,6 @@ $oPage->add_ready_script(
$(document).bind('dragover', function (e) {
var bFiles = false;
console.log(e);
if (e.dataTransfer.types)
{
for (var i = 0; i < e.dataTransfer.types.length; i++)