Code fails unless being logged

Stumbled across an odd error just now when running tests using the git method.
the first time I submitted it the tests came back as failed and said that it received no response. in an attempt to see where it was getting lost I added a System.out.println statement inside my handler method to log what was going on. that was the only change I made and yet when I ran it again it passed all tests perfectly.
this is the second time this has happened as it also happened during the “Extract URL path” task.

any idea whats going on here?

Hey @Mdkight, could you upload your code to GitHub and share the link? It will be much easier to debug if I can run it directly.

Closing this thread due to inactivity. If you still need assistance, feel free to reopen or start a new discussion!

This topic was automatically closed 5 days after the last reply. New replies are no longer allowed.