Skip to content

Commit

Permalink
Remove comments on main.js
Browse files Browse the repository at this point in the history
  • Loading branch information
andfoy committed Jul 17, 2017
1 parent 0c33dfc commit 6fa2f7d
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions spyder_terminal/server/static/js/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -148,17 +148,6 @@ function runRealTerminal() {
lineEnd = term.browser.isMSWindows ? '\r\n' : '\n';
clearCmd = term.browser.isMSWindows ? 'cls' : 'clear';
fitFont(curFont);

// var initialX = term.x;
// var timer = setInterval(function() {
// if(term.x != initialX) {
// term.clear();
// chdir(path);
// clearTerm();
// fitFont(curFont);
// clearInterval(timer);
// }
// }, 200);
}

$(document).ready(function() {
Expand Down

0 comments on commit 6fa2f7d

Please sign in to comment.