From 4c9f0fb9671af234d7fa7faa1c2373ff38b06dc2 Mon Sep 17 00:00:00 2001
From: Jonathan Bernard <jdb@jdb-labs.com>
Date: Sat, 15 Oct 2016 23:44:15 -0500
Subject: [PATCH] Added forgotten verbosity control.

---
 deploy_plans_via_ftp.nim | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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)