Remove debug message.
authorCarl Hetherington <cth@carlh.net>
Sat, 2 Aug 2014 13:18:07 +0000 (14:18 +0100)
committerCarl Hetherington <cth@carlh.net>
Sat, 2 Aug 2014 13:18:07 +0000 (14:18 +0100)
cdist

diff --git a/cdist b/cdist
index 268a6f49f3d7f0d092000d6a8f56f3e69a3a9b29..4aba5002721e47430ff92681286cde818eb81da0 100755 (executable)
--- a/cdist
+++ b/cdist
@@ -214,8 +214,6 @@ class Target(object):
             self.directory = directory
             self.rmdir = False
 
-        print 'Working in %s' % self.directory
-
         # Environment variables that we will use when we call cscripts
         self.variables = {}
         self.debug = False