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

forgot to remove debug printf
parent 98333fc0
No related branches found
No related tags found
No related merge requests found
// $Id: Extract.cpp,v 1.2 2004-03-07 23:49:11 geuzaine Exp $ // $Id: Extract.cpp,v 1.3 2004-03-08 23:15:25 geuzaine Exp $
// //
// Copyright (C) 1997-2004 C. Geuzaine, J.-F. Remacle // Copyright (C) 1997-2004 C. Geuzaine, J.-F. Remacle
// //
...@@ -166,8 +166,6 @@ Post_View *GMSH_ExtractPlugin::execute(Post_View * v) ...@@ -166,8 +166,6 @@ Post_View *GMSH_ExtractPlugin::execute(Post_View * v)
if(view->empty()) { if(view->empty()) {
RemoveViewByNumber(view->Num); RemoveViewByNumber(view->Num);
printf("aaa\n");
} }
else{ else{
// copy time data // copy time data
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment