From c45da89d9227cf85a1e52cd53e4f7df5343e7f00 Mon Sep 17 00:00:00 2001 From: =?utf8?q?C=C3=B4me=20Chilliet?= Date: Thu, 15 Dec 2016 18:08:21 +0700 Subject: [PATCH] Removed forgotten debug output --- Source/Objects/Object.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/Source/Objects/Object.cpp b/Source/Objects/Object.cpp index 3a49c9c..3e1e100 100644 --- a/Source/Objects/Object.cpp +++ b/Source/Objects/Object.cpp @@ -788,7 +788,6 @@ void Object::MakeObject(int atype, XYZ where, float ayaw, float apitch, float as { if ((atype != treeleavestype && atype != bushtype) || foliage == 1) { unsigned nextid = objects.size(); - cout << "Adding object " << nextid << endl; objects.emplace_back(new Object(atype, where, ayaw, apitch, ascale)); objects.back()->addToTerrain(nextid); } -- 2.39.2