This commit is contained in:
pro.boooooo
2022-11-26 19:46:16 +01:00
parent bf08cd64a8
commit 044219ec0b
93 changed files with 6330 additions and 9753 deletions

View File

@@ -121,7 +121,6 @@ public class BDatabase {
public boolean updateRow(String request) {
try {
this.sharedObject.prepareStatement(request).executeQuery();
System.out.println("Succes: " + request);
return true;
} catch(SQLException e) {
return false;