Skip to content

Commit

Permalink
Clean debug logs
Browse files Browse the repository at this point in the history
Signed-off-by: Shameek Ganguly <[email protected]>
  • Loading branch information
shameekganguly committed Nov 7, 2024
1 parent 4dbff6e commit cd28fa2
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
3 changes: 0 additions & 3 deletions src/Actor_TEST.cc
Original file line number Diff line number Diff line change
Expand Up @@ -511,9 +511,6 @@ TEST(DOMActor, ToElement)
{
sdf::Actor actor;

// Output the current working directory
std::cout << std::filesystem::current_path() << std::endl;

actor.SetName("my-actor");
actor.SetRawPose(gz::math::Pose3d(1, 2, 3, 0.1, 0.2, 0.3));
actor.SetSkinFilename("my-skinfilename");
Expand Down
4 changes: 0 additions & 4 deletions src/SDF.cc
Original file line number Diff line number Diff line change
Expand Up @@ -538,13 +538,9 @@ const std::string &SDF::EmbeddedSpec(
const std::string &SDF::EmbeddedSpec(
sdf::Errors &_errors, const std::string &_filename)
{

try
{
const std::string pathname = SDF::Version() + "/" + _filename;

std::cout << "Reading: " << pathname << std::endl;

return GetEmbeddedSdf().at(pathname);
}
catch(const std::out_of_range &)
Expand Down

0 comments on commit cd28fa2

Please sign in to comment.