removes commented block
This commit is contained in:
parent
4cd664b933
commit
268cbcf62a
@ -48,10 +48,3 @@ func (l *Limiter) execute(f func()) error {
|
|||||||
|
|
||||||
return nil
|
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)
|
|
||||||
*/
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user