aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xshellgenerator.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/shellgenerator.py b/shellgenerator.py
index 5f59e4b..cf94925 100755
--- a/shellgenerator.py
+++ b/shellgenerator.py
@@ -28,7 +28,6 @@ def do_conf_file(src, dst, variables):
match = re.search(regex, line)
while match:
varname = match.group(1)
- print(varname)
if varname in variables:
var = variables[varname]
if isinstance(var, str):