Skip to content

Commit

Permalink
removed debug log
Browse files Browse the repository at this point in the history
  • Loading branch information
bischoffdev committed Feb 19, 2025
1 parent 4b233aa commit 2a1f77b
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -468,7 +468,6 @@ public String getCustomLogoFile() {
* @throws MissingFileException Thrown if the file is not found.
*/
public void setCustomLogoFile(final String customLogoFile) throws MissingFileException {
System.out.println("CUSTOM LOGO: " + customLogoFile);
this.customLogoFile = customLogoFile;
if (!isSet(customLogoFile)) {
return;
Expand Down

0 comments on commit 2a1f77b

Please sign in to comment.