Remove printout of variable to std::cerr (#596)

This commit is contained in:
Ulrich Germann 2020-02-11 10:29:20 +00:00 committed by GitHub
parent 990aeb5daf
commit bb44c2a8b9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,7 +15,6 @@ static inline std::string InterpolateEnvVars(std::string str) {
// presently has the form /hdfs/VC instead of /{gfs,hdfs}/CLUSTER/VC
// Catch stdin/stdout and do not process
std::cerr << str << std::endl;
if(str == "stdin" || str == "stdout") {
return str;
}