提交 fae9a88b 编写于 作者: F Frankie Wu

remover verbose log

上级 1fe535d9
......@@ -5,13 +5,11 @@ public class DefaultSession implements Session {
@Override
public String getDatabase() {
System.out.println(Thread.currentThread()+":"+m_database);
return m_database;
}
@Override
public void setDatabase(String database) {
m_database = database;
System.out.println(Thread.currentThread()+":"+m_database);
}
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册