Browse Source

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

git-svn-id: http://svn.code.sf.net/p/itop/code/trunk@3212 a333f486-631f-4898-b8df-5754b55c2be0
romainq 11 years ago
parent
commit
46f9b4f412
1 changed files with 0 additions and 1 deletions
  1. 0 1
      datamodels/2.x/itop-attachments/main.attachments.php

+ 0 - 1
datamodels/2.x/itop-attachments/main.attachments.php

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