Skip to content

Commit

Permalink
HYDRA-970 : Remove debug print
Browse files Browse the repository at this point in the history
  • Loading branch information
debloip-adsk committed Jul 9, 2024
1 parent 5eca1f1 commit de40afc
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,5 @@ TEST(TestSinglePicking, singlePick)

// Postconditions
ASSERT_EQ(Ufe::GlobalSelection::get()->size(), 1u);
std::cout << Ufe::GlobalSelection::get()->front()->path().string() << std::endl;
ASSERT_EQ(inspector.FindPrims(isPrimSelectedPredicate).size(), 1u);
}

0 comments on commit de40afc

Please sign in to comment.