mirror of
https://github.com/apple/foundationdb.git
synced 2026-01-25 04:18:18 +00:00
Remove verbose actorcompiler output (#12600)
To keep the compiling output clean after PR #12559.
This commit is contained in:
@@ -525,7 +525,7 @@ namespace actorcompiler
|
||||
writer.WriteLine("ACTOR_TEST_CASE({0}, {1})", actor.name, actor.testCaseParameters);
|
||||
}
|
||||
|
||||
Console.WriteLine("\tCompiled ACTOR {0} (line {1})", actor.name, actor.SourceLine);
|
||||
// Console.WriteLine("\tCompiled ACTOR {0} (line {1})", actor.name, actor.SourceLine);
|
||||
}
|
||||
|
||||
const string thisAddress = "reinterpret_cast<unsigned long>(this)";
|
||||
|
||||
Reference in New Issue
Block a user