Remove verbose actorcompiler output (#12600)

To keep the compiling output clean after PR #12559.
This commit is contained in:
Jingyu Zhou
2025-12-18 21:04:30 -08:00
committed by GitHub
parent 4772e6f1e6
commit 549d324f13

View File

@@ -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)";