diff options
-rwxr-xr-x | scripts/rcynic-lta | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/scripts/rcynic-lta b/scripts/rcynic-lta index c8229439..683da4cd 100755 --- a/scripts/rcynic-lta +++ b/scripts/rcynic-lta @@ -98,11 +98,9 @@ class main(object): print print "Loading DB" self.rpdb.load(self.rcynic_input) - print print "Computing where to place new resources" self.compute_changed_locations() - print print "Computing resources we need to prune from input forest" self.compute_all_mentioned_resources() |