[Distributed] Remove commented out code and print statements

This commit is contained in:
Pavel Yaskevich
2022-06-15 15:43:58 -07:00
parent 435aa65fbe
commit b963c6d20f
8 changed files with 2 additions and 81 deletions

View File

@@ -273,9 +273,6 @@ deriveBodyDistributed_thunk(AbstractFunctionDecl *thunk, void *context) {
}
auto returnLocalPropertyAccess = new (C) ReturnStmt(sloc, localPropertyAccess, implicit);
fprintf(stderr, "[%s:%d] (%s) LOCAL BRANCH\n", __FILE__, __LINE__, __FUNCTION__);
returnLocalPropertyAccess->dump();
localBranchStmt =
BraceStmt::create(C, sloc, {returnLocalPropertyAccess}, sloc, implicit);
} else {