we have stub for console.debug only
[MojoFacets.git] / 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' );