Currently bunch of server rpc handlers, e.g. sd card server, are very noisy and push unnecessary stuff to stdout. Goal of this issue is to reduce the printings done by servers. Best would be to enclose those printings with a debug define guard like it is done in emmc server partly
Currently bunch of server rpc handlers, e.g. sd card server, are very noisy and push unnecessary stuff to stdout. Goal of this issue is to reduce the printings done by servers. Best would be to enclose those printings with a debug define guard like it is done in emmc server partly