From a6d984e23f6a4dd816ea96fa0ce7e4f7c57b1087 Mon Sep 17 00:00:00 2001 From: Romain Quetiez Date: Fri, 13 Jun 2014 09:48:31 +0000 Subject: [PATCH] Removed a debug trace introduced with the file drag&drop capability SVN:trunk[3212] --- datamodels/2.x/itop-attachments/main.attachments.php | 1 - 1 file changed, 1 deletion(-) diff --git a/datamodels/2.x/itop-attachments/main.attachments.php b/datamodels/2.x/itop-attachments/main.attachments.php index a99e9ca4f..d5413f8f1 100755 --- a/datamodels/2.x/itop-attachments/main.attachments.php +++ b/datamodels/2.x/itop-attachments/main.attachments.php @@ -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++)