remove logrus from vm-cli

This commit is contained in:
onyx-and-iris 2022-09-29 19:04:32 +01:00
parent 5e5a82f198
commit 5bb7eb9668

View File

@ -3,10 +3,9 @@ package main
import ( import (
"flag" "flag"
"fmt" "fmt"
"log"
"strings" "strings"
log "github.com/sirupsen/logrus"
"github.com/onyx-and-iris/voicemeeter" "github.com/onyx-and-iris/voicemeeter"
) )