Skip to content

Commit

Permalink
Review changes: remove logs.
Browse files Browse the repository at this point in the history
  • Loading branch information
D8H committed May 21, 2024
1 parent 7566353 commit 78de0ee
Showing 1 changed file with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -805,8 +805,6 @@ TEST_CASE("WholeProjectRefactorer::ApplyRefactoringForVariablesContainer",
REQUIRE(changeset.oldToNewVariableNames.find("MyLocalVariable")->second ==
"MyRenamedLocalVariable");

gd::LogMessage("OTHER TEST START");

gd::WholeProjectRefactorer::ApplyRefactoringForVariablesContainer(
project, event.GetVariables(), changeset);

Expand Down Expand Up @@ -852,13 +850,9 @@ TEST_CASE("WholeProjectRefactorer::ApplyRefactoringForVariablesContainer",
REQUIRE(changeset.oldToNewVariableNames.find("MyLocalVariable")->second ==
"MyRenamedLocalVariable");

gd::LogMessage("TEST START");

gd::WholeProjectRefactorer::ApplyRefactoringForVariablesContainer(
project, event.GetVariables(), changeset);

gd::LogMessage("TEST END");

REQUIRE(subEvent.GetActions()[0].GetParameter(0).GetPlainString() == "MyRenamedLocalVariable");
}

Expand Down

0 comments on commit 78de0ee

Please sign in to comment.