提交 d56ca58d authored 作者: noelgrandin@gmail.com's avatar noelgrandin@gmail.com

remove debugging statements

上级 1a19a1f0
......@@ -831,7 +831,6 @@ public class Session extends SessionWithState {
public void setLastIdentity(Value last) {
this.lastIdentity = last;
this.lastScopeIdentity = last;
new Throwable("lastScopeIdentity=" + last).printStackTrace();
}
public Value getLastIdentity() {
......@@ -840,7 +839,6 @@ public class Session extends SessionWithState {
public void setLastScopeIdentity(Value last) {
this.lastScopeIdentity = last;
new Throwable("lastScopeIdentity=" + last).printStackTrace();
}
public Value getLastScopeIdentity() {
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论