diff --git a/quack.sh b/quack.sh
index 6a48a160d6f157c4b42cd2382067d5a28891df10..789373e0930d2fe2189b843bf29961532d14475e 100755
--- a/quack.sh
+++ b/quack.sh
@@ -352,7 +352,6 @@ function makeImages() {
 
     if [ ".true" == ".$PRESENTATION" ]; then
         if shouldGenerate "$FORCE_PRESENTATION" "$PRESENTATION_IMAGE" "presentation"; then
-            echo "Should generate"
             $PRESENTATION_SCRIPT "$CONV" "$PRESENTATION_IMAGE"
         fi
     fi