Skip to content

Commit

Permalink
remove logs
Browse files Browse the repository at this point in the history
  • Loading branch information
ArthurPaivaT committed Feb 22, 2021
1 parent 194da5b commit 0fe63b2
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions assets/get.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ package assets

import (
"encoding/json"
"fmt"
"reflect"

"github.com/goledgerdev/cc-tools/errors"
Expand Down Expand Up @@ -193,8 +192,5 @@ func (k *Key) GetRecursive(stub shim.ChaincodeStubInterface) (*Asset, errors.ICC
pvtCollection = k.TypeTag()
}

asset, err := getRecursive(stub, pvtCollection, k.Key())
fmt.Println(keysPassed)

return asset, err
return getRecursive(stub, pvtCollection, k.Key())
}

0 comments on commit 0fe63b2

Please sign in to comment.