diff --git a/python/tasks/mlb_player.py b/python/tasks/mlb_player.py
index f87a151..2e9a4ad 100644
--- a/python/tasks/mlb_player.py
+++ b/python/tasks/mlb_player.py
@@ -1709,7 +1709,8 @@ def kernel_27():
                 --video %s \
                 --outdir %s
         ''' % (t4, t2)
-        pprint.pprint([t4, t2, t6])
+        if False:
+            pprint.pprint([t4, t2, t6])
         with subprocess.Popen(t6, shell=True, stdout=subprocess.PIPE, stderr=subprocess.PIPE)  as p:
             if False:
                 pprint.pprint(p.communicate())