remove debugger statement
This commit is contained in:
parent
6a23853fb8
commit
79ab9acb4a
1 changed files with 0 additions and 1 deletions
|
|
@ -116,7 +116,6 @@ var Editor =function(renderer, session) {
|
|||
}
|
||||
|
||||
this.setSession = function(session) {
|
||||
if (!session) debugger
|
||||
if (this.session == session) return;
|
||||
|
||||
if (this.session) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue