Skip to content

Commit

Permalink
Remove debug dumps
Browse files Browse the repository at this point in the history
  • Loading branch information
timj committed Nov 4, 2014
1 parent c08bbd4 commit a49892a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions datMove.c
Original file line number Diff line number Diff line change
Expand Up @@ -123,9 +123,7 @@ datMove( HDSLoc **locator1, const HDSLoc *locator2, const char *name_str,
so get the name and the parent locator */
datParen( *locator1, &parentloc, status );
datName( *locator1, sourcename, status );
dat1DumpLoc( *locator1, status );
dat1DumpLoc( parentloc, status);
dat1DumpLoc( locator2, status);

/* H5Lmove can only move within a file. If we are moving
between files we need to do this manually with datCopy/datErase.
At the moment not clear how to see if the file is the same so just
Expand Down

0 comments on commit a49892a

Please sign in to comment.