xrb21 / flutter-html-editor

MIT License
82 stars 64 forks source link

Is there anyway to turn off the constant log coming out of the local_server.dart module? #42

Closed Corruption13 closed 3 years ago

Corruption13 commented 3 years ago

It keeps displaying the print() text over the android studio console every second. Shouldn't the log be disabled by default? It makes simple print debugging for the rest of the application in that screen impossible.

https://github.com/xrb21/flutter-html-editor/blob/master/lib/local_server.dart

tneotia commented 3 years ago

This package isn't being maintained much anymore - I forked it and have been maintaining/upgrading it at html_editor_enhanced. It doesn't use a local server so these logs aren't present (and performance is also better).

Corruption13 commented 3 years ago

thank you, I will check it out!