diff --git a/remoteActor.go b/remoteActor.go index 2b5e82e..fe981e1 100644 --- a/remoteActor.go +++ b/remoteActor.go @@ -3,17 +3,9 @@ package activityserve import ( "fmt" "io/ioutil" - "github.com/gologme/log" - - // "github.com/go-fed/activity/pub" - // "github.com/go-fed/httpsig" - "net/http" - // "net/url" - "encoding/json" - "bytes" )