X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Fyoink;a=blobdiff_plain;f=src%2FMoof%2FScript.hh;h=974dce78d6e8e12c1151035adb162591524eb6ae;hp=08284117359418234f4df58b2d84b04bbd34ca7d;hb=00612586426be6d9a976f141a25ffc1f0d284501;hpb=4107dd30ca1a4c7d1a5cd6c0999b9afb5adff779 diff --git a/src/Moof/Script.hh b/src/Moof/Script.hh index 0828411..974dce7 100644 --- a/src/Moof/Script.hh +++ b/src/Moof/Script.hh @@ -464,7 +464,6 @@ public: template void setField(T field, V value) { - logWarning << "setting " << field << ", " << value << std::endl; mScript.push(field); mScript.push(value); setField(); @@ -484,7 +483,6 @@ public: template void setField(const char* field, T value) { - logWarning << "setfield " << field << ", " << value << std::endl; mScript.push(value); lua_setfield(mScript.mState, index, field); }