From 5bb7eb9668a0547ae0070fcc78500c766a487dc0 Mon Sep 17 00:00:00 2001 From: onyx-and-iris <75868496+onyx-and-iris@users.noreply.github.com> Date: Thu, 29 Sep 2022 19:04:32 +0100 Subject: [PATCH] remove logrus from vm-cli --- examples/vm-cli/main.go | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/examples/vm-cli/main.go b/examples/vm-cli/main.go index e3810d8..ecd676a 100644 --- a/examples/vm-cli/main.go +++ b/examples/vm-cli/main.go @@ -3,10 +3,9 @@ package main import ( "flag" "fmt" + "log" "strings" - log "github.com/sirupsen/logrus" - "github.com/onyx-and-iris/voicemeeter" )