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, 25 Mar 2019 14:43:15 +0000 (15:43 +0100)
ffzg/rfid/koha-rfid.js

index 8f9ce3c..a66084a 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;