remote debug output
authorDobrica Pavlinusic <dpavlin@rot13.org>
Thu, 3 Apr 2014 12:01:30 +0000 (14:01 +0200)
committerDobrica Pavlinusic <dpavlin@rot13.org>
Mon, 4 Jan 2016 14:56:39 +0000 (15:56 +0100)
ffzg/rfid/koha-rfid.js

index c58667c..c257f55 100644 (file)
@@ -21,7 +21,6 @@ function barcode_on_screen(barcode) {
        var found = 0;
        $('table tr td a:contains(130)').each( function(i,o) {
                var possible = $(o).text();
-console.debug(i,o,possible, barcode);
                if ( possible == barcode ) found++;
        })
        return found;