diff --git a/plugins/transfer/restic.sh b/plugins/transfer/restic.sh
index 7312b872ed81c017223438e0d7cfe05007a33f76..75a92cb2c52209a8db71b3063ccc5724ed9c0acc 100644
--- a/plugins/transfer/restic.sh
+++ b/plugins/transfer/restic.sh
@@ -132,8 +132,6 @@
             echo "__REPO__ OK, Backup repository already exists."
 
             echo "--- UNLOCK ... just in case :-)" 
-            echo restic unlock ${ARGS_DEFAULT}
-            color cmd
             eval restic unlock ${ARGS_DEFAULT}
             color reset
             echo