From 26de66cf5cf02848de6e313825cc0793198c8e34 Mon Sep 17 00:00:00 2001 From: richardsonjack Date: Sat, 5 May 2018 17:34:34 +0930 Subject: [PATCH] remove extraenous print --- RevidCLI.go | 1 - 1 file changed, 1 deletion(-) diff --git a/RevidCLI.go b/RevidCLI.go index eb1e851f..62445f9c 100644 --- a/RevidCLI.go +++ b/RevidCLI.go @@ -325,7 +325,6 @@ func updateRevid() { time.Sleep( time.Duration(revidStopTime) * time.Second ) //look through var map and update revid where needed - fmt.Printf("These are the vars: %v\n", vars) for key, value := range vars { switch key { case "FramesPerClip":