Bug 4931: Stocking can be by homebranch or holding branch
[koha_gimpoz] / tools / export.pl
index 66d1acc..a1e9a22 100755 (executable)
@@ -123,7 +123,6 @@ if ($op eq "export") {
         $query .= (C4::Context->preference('item-level_itypes')) ? " AND items.itype = ? " : " AND biblioitems.itemtype = ?";
         push @sql_params, $itemtype;
     }
-    warn "$query, @sql_params";
     my $sth = $dbh->prepare($query);
     $sth->execute(@sql_params);