remove extraenous print

This commit is contained in:
richardsonjack 2018-05-05 17:34:34 +09:30
parent b2250064c2
commit 26de66cf5c
1 changed files with 0 additions and 1 deletions

View File

@ -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":