When using the Log() feature, after we are done developing our app, should we rem out those Log() statements before deploying the app to the public? Or are they ok to leave in?
I see that the app is runnig slower with LOG shown in the IDE (even without debugging).
I know that all this printing in the IDE tooks time, but does LOG() without a connected IDE slow down the execution ?
I do load here 1000 lines CSV files with LOG() the keys to debug it.