From: Côme Chilliet Date: Thu, 15 Dec 2016 11:08:21 +0000 (+0700) Subject: Removed forgotten debug output X-Git-Url: https://git.jsancho.org/?p=lugaru.git;a=commitdiff_plain;h=c45da89d9227cf85a1e52cd53e4f7df5343e7f00 Removed forgotten debug output --- 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); }