We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b233aa commit 2a1f77bCopy full SHA for 2a1f77b
1 file changed
engine/src/main/java/com/trivago/cluecumber/engine/properties/PropertyManager.java
@@ -468,7 +468,6 @@ public String getCustomLogoFile() {
468
* @throws MissingFileException Thrown if the file is not found.
469
*/
470
public void setCustomLogoFile(final String customLogoFile) throws MissingFileException {
471
- System.out.println("CUSTOM LOGO: " + customLogoFile);
472
this.customLogoFile = customLogoFile;
473
if (!isSet(customLogoFile)) {
474
return;
0 commit comments