Skip to content

Commit

Permalink
Remove debug print
Browse files Browse the repository at this point in the history
  • Loading branch information
kchristin22 committed Oct 25, 2024
1 parent f11aea6 commit 6176de4
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/Differentiator/ReverseModeVisitor.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3389,8 +3389,6 @@ Expr* getArraySizeExpr(const ArrayType* AT, ASTContext& context,
Stmts& block =
promoteToFnScope ? m_Globals : getCurrentBlock(direction::forward);
addToBlock(DSDiff, block);
if (memsetCalls.empty())
printf("memsetCalls is empty\n");
for (Stmt* memset : memsetCalls)
addToBlock(memset, block);
}
Expand Down

0 comments on commit 6176de4

Please sign in to comment.