Skip to content
Snippets Groups Projects
Commit 88d9578f authored by Leonard Kupper's avatar Leonard Kupper
Browse files

Remove temporary change in configparser. Belongs into separate update.

parent 51fc0c8f
No related branches found
No related tags found
1 merge request!13Feat/rasterizer update 21
......@@ -22,10 +22,6 @@ public final class Printer extends Configurable {
@Override
public String toString() {
if (getPropertyNames().contains("name")) {
return "printer configuration (" + getProperty("name") + ")";
} else {
return "printer configuration";
}
return "printer configuration";
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment