Remove all debug logging from Workhorse
Workhorse has no way to enable debug logging at runtime so debug log statements are no-ops. At the same time, they are not free because the Go compiler does not know that they are no-ops. This commit removes all debug log messages from Workhorse.