13
0

Remove debug output

This commit is contained in:
Robin Gareus 2020-01-01 20:52:07 +01:00
parent f427e38c31
commit eccbdd10e0
Signed by: rgareus
GPG Key ID: A090BCE02CF57F04

View File

@ -341,7 +341,6 @@ LuaScriptInfoPtr
LuaScripting::by_name (const std::string& name, LuaScriptInfo::ScriptType type)
{
LuaScriptList lsl (scripts (type));
printf ("CHECKING %d scripts\n", lsl.size());
for (LuaScriptList::const_iterator s = lsl.begin(); s != lsl.end(); ++s) {
if ((*s)->name == name) {
return (*s);