chore: remove debug
This commit is contained in:
parent
522c7eb1d8
commit
6046d46a04
|
@ -5,8 +5,6 @@ export INPUT_NODE=$1
|
||||||
export INPUT_SEED=$2
|
export INPUT_SEED=$2
|
||||||
export INPUT_FOLDER=$3
|
export INPUT_FOLDER=$3
|
||||||
|
|
||||||
echo "ARGS:" $@
|
|
||||||
|
|
||||||
# Providing a default value for INPUT_FOLDER if not set
|
# Providing a default value for INPUT_FOLDER if not set
|
||||||
if [ -z "$INPUT_FOLDER" ]
|
if [ -z "$INPUT_FOLDER" ]
|
||||||
then
|
then
|
||||||
|
|
Loading…
Reference in New Issue