Command::parseNs() creates several string objects. This can be made more efficient by creating and returning a single string using str::stream().
We should also remove the "#if defined(CLC)" as use of the CLC definition for debugging was removed from the server under SERVER-4328.