From 3a81f7784d5bd3309f58812d044fa8ee845d01a4 Mon Sep 17 00:00:00 2001 From: Michael Demetriou Date: Fri, 11 Oct 2019 10:26:27 +0300 Subject: [PATCH] Remove unused import comments --- remoteActor.go | 8 -------- 1 file changed, 8 deletions(-) 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" )