we have stub for console.debug only
authorDobrica Pavlinusic <dpavlin@rot13.org>
Sun, 16 Jan 2011 19:29:20 +0000 (20:29 +0100)
committerDobrica Pavlinusic <dpavlin@rot13.org>
Sun, 16 Jan 2011 19:29:20 +0000 (20:29 +0100)
templates/admin.html.ep

index b78adb7..e76d655 100644 (file)
@@ -14,7 +14,7 @@
 <script>
 $(document).ready( function() {
        $('#switch_dataset').change( function() {
-               console.log( 'switch_dataset', this );
+               console.debug( 'switch_dataset', this );
                $(this).submit();
        });
        console.debug('installed switch_dataset' );