Skip to content

Commit fcd4001

Browse files
committed
del
1 parent 05d0bd1 commit fcd4001

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

scripts/chaincode.sh

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,6 @@ go env -w GO111MODULE=on
3737
go mod vendor
3838
cd -
3939
40-
echo "---ls---"
41-
ls
42-
echo "---ls---"
43-
44-
4540
peer lifecycle chaincode package ${CCNAME}.tar.gz --path ${LOCAL_CHAINCODE_PATH} --lang ${LANG} --label ${LABEL}
4641
peer lifecycle chaincode install ${CCNAME}.tar.gz
4742

0 commit comments

Comments
 (0)