aboutsummaryrefslogtreecommitdiff
path: root/src/parser.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/parser.py')
-rwxr-xr-xsrc/parser.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/parser.py b/src/parser.py
index 9a4f4b0..fdee9fc 100755
--- a/src/parser.py
+++ b/src/parser.py
@@ -65,7 +65,6 @@ def apply_to_config(tmp_config,theme):
f.close()
def apply_theme(config_file,theme):
- print("Applying theme: "+theme["meta"]["description"])
tmp=extract_config(config_file)
apply_to_config(tmp,theme)
shutil.move(tmp,config_file)