diff --git a/src/vstp/handler.go b/src/vstp/handler.go index c0e2cd6..6ac9539 100644 --- a/src/vstp/handler.go +++ b/src/vstp/handler.go @@ -3,7 +3,6 @@ package vstp import ( "fmt" - //"git.fjla.uk/owlboard/go-types/pkg/database" "git.fjla.uk/owlboard/mq-client/log" "github.com/go-stomp/stomp/v3" )