3634: add anchor to URL when switching project tabs
[arvados.git] / apps / workbench / app / assets / javascripts / application.js
index 9fa37c95763cd78cc32e55fc392f5845bfafea87..a23a6d488045be7bc297aa217626e9d60cf23c02 100644 (file)
@@ -222,7 +222,6 @@ jQuery(function($){
 window.addEventListener("DOMContentLoaded", function(e) {
     if(history.state) {
         if(history.state.nocache) {
-            console.log('no cache!');
             showLoadingModal();
             history.replaceState( {}, '' );
             location.reload(true);