Skip to content
Snippets Groups Projects
Commit 5c58788c authored by Christophe Geuzaine's avatar Christophe Geuzaine
Browse files

Oops, forgot to remove debug printf
parent c1fbb07e
No related branches found
No related tags found
No related merge requests found
// $Id: Tree.cpp,v 1.14 2003-03-16 21:23:17 geuzaine Exp $ // $Id: Tree.cpp,v 1.15 2003-03-16 21:26:29 geuzaine Exp $
// //
// Copyright (C) 1997 - 2003 C. Geuzaine, J.-F. Remacle // Copyright (C) 1997 - 2003 C. Geuzaine, J.-F. Remacle
// //
...@@ -105,7 +105,6 @@ int Tree_Replace(Tree_T * tree, void *data) ...@@ -105,7 +105,6 @@ int Tree_Replace(Tree_T * tree, void *data)
} }
else { else {
memcpy(ptr, data, tree->size); memcpy(ptr, data, tree->size);
Msg(INFO, "memcpy in tree_repl");
return (1); return (1);
} }
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment