1
0
mirror of https://github.com/saily/vnc-recorder.git synced 2025-05-07 14:56:21 +00:00

drop unused function

Signed-off-by: Daniel Widerin <daniel@widerin.net>
This commit is contained in:
Daniel Widerin 2020-10-25 14:26:16 +01:00
parent f43371de08
commit b46e488cd3
No known key found for this signature in database
GPG Key ID: F75B6C110ED4EF65

View File

@ -16,11 +16,6 @@ import (
"time"
)
func init() {
log.SetOutput(os.Stdout)
log.SetLevel(log.InfoLevel)
}
func main() {
app := &cli.App{
Name: path.Base(os.Args[0]),