Skip to content
Snippets Groups Projects
Commit db467b52 authored by Amanda Ghassaei's avatar Amanda Ghassaei
Browse files

deal with warning

parent 7a0aa6e3
No related branches found
No related tags found
No related merge requests found
......@@ -68,7 +68,6 @@ define(['underscore', 'backbone', 'threeModel', 'appState'], function(_, Backbon
var visibleSim = this.get("visibleStaticSim");
if (visibleSim == "none") {
three.render();
console.warn("no visible simulation selected");
return;
}
if (this.get(visibleSim)) this.get(visibleSim).show(height);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment