You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using an api spec that has image/* and multipart/form sections. I am not using those sections, but every time it loads the client using martian, my program output gets spammed with these messages. Is there any way to suppress them, or maybe change them to a log instead of a println? I have written a chat bot using martian and this output is happening to the terminal and confuses the other users of my bot, who think they are errors that need to be fixed/addressed. The parts of the api I am currently using do not require the content-types that martian is complaining about so I would like to just suppress/ignore this output.
The text was updated successfully, but these errors were encountered:
martian/core/src/martian/openapi.cljc
Line 86 in 08bb59b
I am using an api spec that has image/* and multipart/form sections. I am not using those sections, but every time it loads the client using martian, my program output gets spammed with these messages. Is there any way to suppress them, or maybe change them to a log instead of a println? I have written a chat bot using martian and this output is happening to the terminal and confuses the other users of my bot, who think they are errors that need to be fixed/addressed. The parts of the api I am currently using do not require the content-types that martian is complaining about so I would like to just suppress/ignore this output.
The text was updated successfully, but these errors were encountered: