[asan] remove debug print

llvm-svn: 217101
This commit is contained in:
Kostya Serebryany 2014-09-03 22:58:03 +00:00
parent dad5400397
commit fb5d6852c6
1 changed files with 0 additions and 1 deletions

View File

@ -249,7 +249,6 @@ static int CovOpenFile(bool packed, const char* name) {
InternalScopedBuffer<char> path(1024);
if (!packed) {
CHECK(name);
Printf("%s\n", common_flags()->coverage_dir);
internal_snprintf((char *)path.data(), path.size(), "%s/%s.%zd.sancov",
common_flags()->coverage_dir, name, internal_getpid());
} else {