summaryrefslogtreecommitdiff
path: root/lib/thandy/ClientCLI.py
diff options
context:
space:
mode:
Diffstat (limited to 'lib/thandy/ClientCLI.py')
-rw-r--r--lib/thandy/ClientCLI.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/thandy/ClientCLI.py b/lib/thandy/ClientCLI.py
index 92f038a..75aa347 100644
--- a/lib/thandy/ClientCLI.py
+++ b/lib/thandy/ClientCLI.py
@@ -155,9 +155,7 @@ def update(args):
if i != None:
i.install()
- print "Bundles with all THP packages:"
for bundle in thpTransactions:
- # TODO: ThpTransaction goes here!
thandy.packagesys.ThpPackages.ThpTransaction(thpTransactions[bundle],
repoRoot).install()