diff --git a/deploy_plans_via_ftp.nim b/deploy_plans_via_ftp.nim
index 5a7e9f9..e91dfe0 100644
--- a/deploy_plans_via_ftp.nim
+++ b/deploy_plans_via_ftp.nim
@@ -122,5 +122,5 @@ Options:
         "curl -T '" & filePath & ".html' " & remoteOptions)
 
   # Delete local temp repo
-  echo "Deleting " & tempdir
+  if verbose: echo "Deleting " & tempdir
   removeDir(tempdir)