Skip to content

Commit

Permalink
删除debug信息
Browse files Browse the repository at this point in the history
  • Loading branch information
0Chencc committed Jan 12, 2022
1 parent 0af8c82 commit 9f82def
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/Utils/DBUtil.java
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,6 @@ private void initMysql(String db){
conn.createStatement().executeLargeUpdate(sql);
}
}catch (SQLException e) {
BurpExtender.getStdout().println("is init");
BurpExtender.getStderr().println(e);
}
}
Expand Down Expand Up @@ -183,7 +182,6 @@ private void initSqlite(String db){
tables.remove(table);
}
for (String sql:tables.values()){
BurpExtender.getStdout().println(sql);
conn.createStatement().execute(sql);
}
}catch (SQLException e) {
Expand Down

0 comments on commit 9f82def

Please sign in to comment.