Skip to content

Commit

Permalink
remove logging. Fixes biocore#327
Browse files Browse the repository at this point in the history
  • Loading branch information
squirrelo committed May 16, 2016
1 parent 6a9b483 commit efccb09
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions emperor/support_files/js/sceneplotview3d.js
Original file line number Diff line number Diff line change
Expand Up @@ -162,16 +162,14 @@ define([

scope.$info.stop().data('timer');
scope.$info.text(n);
scope.$info.show();
scope.$info.fadeIn(200);

// reset the timeout for fading out the info div
infoTimeout = setTimeout(function() {
scope.$info.fadeOut();
}, 2000);

});
console.log(this._subscribers);

};

/**
Expand Down

0 comments on commit efccb09

Please sign in to comment.