From 1197cf1f87afe4dd65021f2af45c16564dc4d89f Mon Sep 17 00:00:00 2001
From: Daniel Langbein <daniel@systemli.org>
Date: Sun, 6 Dec 2020 17:21:44 +0100
Subject: [PATCH] fix

---
 .idea/vcs.xml           | 6 ++++++
 execNotifyDir/config.py | 3 ---
 2 files changed, 6 insertions(+), 3 deletions(-)
 create mode 100644 .idea/vcs.xml

diff --git a/.idea/vcs.xml b/.idea/vcs.xml
new file mode 100644
index 0000000..94a25f7
--- /dev/null
+++ b/.idea/vcs.xml
@@ -0,0 +1,6 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project version="4">
+  <component name="VcsDirectoryMappings">
+    <mapping directory="$PROJECT_DIR$" vcs="Git" />
+  </component>
+</project>
\ No newline at end of file
diff --git a/execNotifyDir/config.py b/execNotifyDir/config.py
index 0cb17bd..533ff12 100644
--- a/execNotifyDir/config.py
+++ b/execNotifyDir/config.py
@@ -30,8 +30,5 @@ def _getCfgFile() -> Path:
 def _getCfgDir() -> Path:
     return util.getProjectBase().joinpath('execNotifyDir').joinpath('config')
 
-# DEBUG todo
-print(_getCfgFile())
-
 config: configparser.ConfigParser = configparser.ConfigParser()
 config.read(_getCfgFile())