Skip to content

Commit

Permalink
Remove test output
Browse files Browse the repository at this point in the history
  • Loading branch information
eugenwintersberger committed Mar 6, 2018
1 parent fcbb2f2 commit a489d19
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/h5cpp/node/link.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,6 @@ LinkTarget Link::get_soft_link_target(const property::LinkAccessList &lapl ) con
LinkTarget Link::get_external_link_target(const property::LinkAccessList &lapl) const
{
std::string value = get_link_value(lapl);
std::cout<<"LINK VALUE: "<<value<<std::endl;

const char *filename_buffer,
*objectpath_buffer;
Expand Down

0 comments on commit a489d19

Please sign in to comment.