Skip to content
This repository has been archived by the owner on Sep 19, 2022. It is now read-only.

Commit

Permalink
Commented print
Browse files Browse the repository at this point in the history
  • Loading branch information
FeodorFitsner committed Dec 17, 2020
1 parent 848c873 commit 9f53496
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/page/command/command.go
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ func parseCommandLine(line string, parseName bool) (*Command, error) {

tok := s.TokenText()

fmt.Printf("%s: %s\n", s.Position, tok)
//fmt.Printf("%s: %s\n", s.Position, tok)

if tok == "=" {
if prevLit == "" || prevToken == "=" {
Expand Down

0 comments on commit 9f53496

Please sign in to comment.