Skip to content

Commit 2a1f77b

Browse files
committed
removed debug log
1 parent 4b233aa commit 2a1f77b

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

engine/src/main/java/com/trivago/cluecumber/engine/properties/PropertyManager.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -468,7 +468,6 @@ public String getCustomLogoFile() {
468468
* @throws MissingFileException Thrown if the file is not found.
469469
*/
470470
public void setCustomLogoFile(final String customLogoFile) throws MissingFileException {
471-
System.out.println("CUSTOM LOGO: " + customLogoFile);
472471
this.customLogoFile = customLogoFile;
473472
if (!isSet(customLogoFile)) {
474473
return;

0 commit comments

Comments
 (0)