Remove unused import comments

master
Michael Demetriou 2019-10-11 10:26:27 +03:00
parent c4bb553217
commit 3a81f7784d
1 changed files with 0 additions and 8 deletions

View File

@ -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"
)