From 0dc6af251219e267791ec6d4f08667c38084f991 Mon Sep 17 00:00:00 2001 From: Nico Schottelius Date: Thu, 8 Sep 2011 04:22:40 +0200 Subject: [PATCH] wrap into a class Signed-off-by: Nico Schottelius --- bin/cdist | 1 - 1 file changed, 1 deletion(-) diff --git a/bin/cdist b/bin/cdist index 53728648..6770c181 100755 --- a/bin/cdist +++ b/bin/cdist @@ -74,7 +74,6 @@ class Cdist: """Run something on the remote side and fail is something breaks""" newargs = ["ssh", "root@" + self.hostname] newargs.extend(*args) - print(newargs, "bbbbb", self.hostname) self.run_or_fail(newargs) def remove_remote_dir(self, destination):