Disable debug output on drag over tag

This commit is contained in:
Dan Stillman 2012-12-11 03:22:57 -05:00
parent 0b89ccadf9
commit 1a0735b381

View File

@ -770,7 +770,7 @@
<body>
<![CDATA[
this.onDragOver = function (event) {
Zotero.debug(event.dataTransfer.mozTypesAt(0));
//Zotero.debug(event.dataTransfer.mozTypesAt(0));
if (!event.dataTransfer.getData('zotero/item')) {
return;
}