Skip to content

Commit

Permalink
remove test code
Browse files Browse the repository at this point in the history
Signed-off-by: mteodor <mirko.teodorovic@gmail.com>
  • Loading branch information
mteodor committed Feb 5, 2022
1 parent ea0381c commit 4abdf3d
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions bootstrap/service_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ import (
"crypto/cipher"
"crypto/rand"
"encoding/hex"
"encoding/json"
"fmt"
"io"
"net/http/httptest"
Expand Down Expand Up @@ -61,9 +60,6 @@ func newService(auth mainflux.AuthServiceClient, url string) bootstrap.Service {
ThingsURL: url,
}

t := map[string]interface{}{}
t["test"]= "test"
json.Marshal(t)
sdk := mfsdk.NewSDK(config)
return bootstrap.New(auth, things, sdk, encKey)
}
Expand Down

0 comments on commit 4abdf3d

Please sign in to comment.