-
I am trying to create a new page and running into some problems. I am trying to narrow the problem down to which line is causing the problems. I want to comment out all the lines, except one so I can see its behaviour, but I don't want to delete the lines I have there. I have tried using "comment":"", but since the rest of the line is valid, it is still put into the display. Is there an easy way to comment out lines? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 11 replies
-
JSON and JSONL format doesn't allow for commenting out lines... so that is not possible I'm affraid. You can check the log via telnet or serial, it should say |
Beta Was this translation helpful? Give feedback.
-
I have pushed the change to the master branch and the development build can be downloaded from the Github Action tab for testing. |
Beta Was this translation helpful? Give feedback.
I have pushed the change to the master branch and the development build can be downloaded from the Github Action tab for testing.