Merge pull request #4 from Seil0/dev

Dev
This commit is contained in:
Jannik 2017-01-03 23:35:47 +01:00 committed by GitHub
commit 45ab740310
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());