From 73dfcc3552be257bf38000d83e418291983b33a9 Mon Sep 17 00:00:00 2001
From: Toke Eskildsen <te@ekot.dk>
Date: Wed, 4 Dec 2013 14:11:21 +0100
Subject: [PATCH] Removed forgotten debug line

---
 quack.sh | 1 -
 1 file changed, 1 deletion(-)

diff --git a/quack.sh b/quack.sh
index 6a48a16..789373e 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
-- 
GitLab