Skip to content

Commit

Permalink
remove console logging. rockstor#695
Browse files Browse the repository at this point in the history
  • Loading branch information
schakrava committed Aug 20, 2015
1 parent f9a0ea7 commit 9172cff
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/rockstor/storageadmin/static/storageadmin/js/router.js
Original file line number Diff line number Diff line change
Expand Up @@ -932,7 +932,6 @@ $(document).ready(function() {
};

var displayUpdate = function(data) {
console.log('update received', data);
var currentVersion = data[0];
var mostRecentVersion = data[1];
if (currentVersion != mostRecentVersion) {
Expand Down

0 comments on commit 9172cff

Please sign in to comment.