mirror of https://bitbucket.org/ausocean/av.git
remove extraenous print
This commit is contained in:
parent
b2250064c2
commit
26de66cf5c
|
@ -325,7 +325,6 @@ func updateRevid() {
|
||||||
time.Sleep( time.Duration(revidStopTime) * time.Second )
|
time.Sleep( time.Duration(revidStopTime) * time.Second )
|
||||||
//look through var map and update revid where needed
|
//look through var map and update revid where needed
|
||||||
|
|
||||||
fmt.Printf("These are the vars: %v\n", vars)
|
|
||||||
for key, value := range vars {
|
for key, value := range vars {
|
||||||
switch key {
|
switch key {
|
||||||
case "FramesPerClip":
|
case "FramesPerClip":
|
||||||
|
|
Loading…
Reference in New Issue