code clean-up

This commit is contained in:
Seil0 2017-01-03 23:33:10 +01:00
parent d1c65c369b
commit 679a5306f5
2 changed files with 0 additions and 7 deletions

Binary file not shown.

View File

@ -41,13 +41,6 @@ public class DBController {
connection.setAutoCommit(false); //Autocommit to false -> manual commit is active!
fuelleDatenbank();
// ausgeben();
// getFavStatus("House of Cards");
// favorisieren("House of Cards");
// getFavStatus("House of Cards");
// defavorisieren("House of Cards");
// getFavStatus("House of Cards");
} catch (SQLException e) {
// if the error message is "out of memory", it probably means no database file is found
System.err.println(e.getMessage());