Skip to content

Commit

Permalink
Update pkg/flowkit/arguments.go
Browse files Browse the repository at this point in the history
Co-authored-by: Gregor Gololicic <[email protected]>
  • Loading branch information
bluesign and sideninja authored Feb 21, 2022
1 parent 5ef3721 commit 1a95344
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkg/flowkit/arguments.go
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,6 @@ func ParseArgumentsWithoutType(fileName string, code []byte, args []string) (scr
}

transactionDeclaration := program.TransactionDeclarations()
fmt.Println(transactionDeclaration)
if transactionDeclaration != nil {
if transactionDeclaration[0].ParameterList != nil {
parameterList = transactionDeclaration[0].ParameterList.Parameters
Expand Down

0 comments on commit 1a95344

Please sign in to comment.