Index: ssts-web/src/main/webapp/dx-disinfectsystem/plugins/jquery-1.9.1/js/jquery-migrate-1.2.1.js =================================================================== diff -u -r25054 -r25734 --- ssts-web/src/main/webapp/dx-disinfectsystem/plugins/jquery-1.9.1/js/jquery-migrate-1.2.1.js (.../jquery-migrate-1.2.1.js) (revision 25054) +++ ssts-web/src/main/webapp/dx-disinfectsystem/plugins/jquery-1.9.1/js/jquery-migrate-1.2.1.js (.../jquery-migrate-1.2.1.js) (revision 25734) @@ -18,7 +18,7 @@ // Show a message on the console so devs know we're active if ( !jQuery.migrateMute && window.console && window.console.log ) { - window.console.log("JQMIGRATE: Logging is active"); +// window.console.log("JQMIGRATE: Logging is active"); } // Set to false to disable traces that appear with warnings @@ -38,9 +38,9 @@ warnedAbout[ msg ] = true; jQuery.migrateWarnings.push( msg ); if ( console && console.warn && !jQuery.migrateMute ) { - console.warn( "JQMIGRATE: " + msg ); +// console.warn( "JQMIGRATE: " + msg ); if ( jQuery.migrateTrace && console.trace ) { - console.trace(); +// console.trace(); } } }