Skip to content

Commit

Permalink
Removed debug messages
Browse files Browse the repository at this point in the history
  • Loading branch information
robertosfield committed Aug 22, 2013
1 parent fc602d3 commit e2e71d2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 0 additions & 2 deletions src/osgPlugins/p3d/ReaderWriterPaths.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,5 @@ osgDB::ReaderWriter::ReadResult ReaderWriterPaths::read_rotation_path(std::istre
}

}
OSG_NOTICE<<"finished"<<std::endl;

return animation.get();
}
4 changes: 2 additions & 2 deletions src/osgPresentation/deprecated/SlideEventHandler.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -339,7 +339,7 @@ struct CallbackOperator : public ObjectOperator
}
else if (nc)
{
OSG_NOTICE<<"Need to pause callback : "<<nc->className()<<std::endl;
OSG_INFO<<"Need to pause callback : "<<nc->className()<<std::endl;
}

}
Expand Down Expand Up @@ -371,7 +371,7 @@ struct CallbackOperator : public ObjectOperator
}
else
{
OSG_NOTICE<<"Need to reset callback : "<<nc->className()<<std::endl;
OSG_INFO<<"Need to reset callback : "<<nc->className()<<std::endl;
}
}

Expand Down

0 comments on commit e2e71d2

Please sign in to comment.