Skip to content

Commit

Permalink
[fix] remove debug log
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuajeschek committed Jan 15, 2022
1 parent 813f092 commit a620961
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
package github.weichware10.util.config;

import github.weichware10.util.Logger;
import github.weichware10.util.db.DataBaseClient;

/**
Expand Down Expand Up @@ -40,7 +39,6 @@ public Configuration getConfig() {
public boolean writeToJson(String location) {
// Kann nicht gespeichert werden, wenn nicht geladen
if (this.configuration == null) {
Logger.debug("config null");
return false;
}
// gibt Erfolgsboolean von ConfigWriter weiter
Expand Down

0 comments on commit a620961

Please sign in to comment.