summaryrefslogtreecommitdiffstats
path: root/funcweb
diff options
context:
space:
mode:
authormakkalot <makkalot@gmail.com>2008-08-04 19:26:00 +0300
committermakkalot <makkalot@gmail.com>2008-08-04 19:26:00 +0300
commit32452b353afd1c186db050f8bd2dc41bc9591c42 (patch)
tree99294ea0a0c57a677dc4deea05f2bdf873ba948e /funcweb
parent571b5d1487ff3beb94708ab57496d2939da5848c (diff)
downloadfunc-32452b353afd1c186db050f8bd2dc41bc9591c42.tar.gz
func-32452b353afd1c186db050f8bd2dc41bc9591c42.tar.xz
func-32452b353afd1c186db050f8bd2dc41bc9591c42.zip
remove those prints
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: