From c412f99963f03a4305271dfe00bfd03b500ba274 Mon Sep 17 00:00:00 2001 From: Sophie Kirschner Date: Sun, 26 Aug 2018 11:08:06 +0300 Subject: [PATCH] Remove commented lines in UnrefWorkItem::doWork --- components/sceneutil/unrefqueue.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/components/sceneutil/unrefqueue.cpp b/components/sceneutil/unrefqueue.cpp index 271c17af2a..21ba836c0c 100644 --- a/components/sceneutil/unrefqueue.cpp +++ b/components/sceneutil/unrefqueue.cpp @@ -8,10 +8,7 @@ namespace SceneUtil { void UnrefWorkItem::doWork() { - //osg::Timer timer; - //size_t objcount = mObjects.size(); mObjects.clear(); - //Log(Debug::Verbose) << "cleared " << objcount << " objects in " << timer.time_m(); } UnrefQueue::UnrefQueue()