removes commented block

This commit is contained in:
Hyatt 2024-04-05 14:12:44 -05:00
parent 4cd664b933
commit 268cbcf62a
Signed by: nhyatt
GPG Key ID: C50D0BBB5BC40BEA

View File

@ -48,10 +48,3 @@ func (l *Limiter) execute(f func()) error {
return nil
}
/*
var fName = "thingOne"
fmt.Printf("Starting Execution of %s\n", fName)
time.Sleep(time.Second * 5)
fmt.Printf("Finished Execution of %s\n", fName)
*/