summaryrefslogtreecommitdiffstats
path: root/funcweb
diff options
context:
space:
mode:
Diffstat (limited to 'funcweb')
-rw-r--r--funcweb/funcweb/controllers.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/funcweb/funcweb/controllers.py b/funcweb/funcweb/controllers.py
index 7e700e7..d884720 100644
--- a/funcweb/funcweb/controllers.py
+++ b/funcweb/funcweb/controllers.py
@@ -548,8 +548,6 @@ class Funcweb(object):
def filter_group_minions(self,glob='*',submit=None):
""" Return a list of our minions that match a given glob """
#make the cache thing
- print "The glob we got is :",glob
- print "The glob we got is :",submit
minions = self.get_current_minion_list(glob)
if submit: