Remove commented std::cout : \n

This commit is contained in:
Akkadius 2015-01-20 01:32:27 -06:00
parent 96a06f1cee
commit c33ac2981b

View File

@ -1809,7 +1809,6 @@ bool Database::CheckDatabaseConvertPPDeblob(){
rquery = rquery + StringFormat(", (%u, %u, %u)", character_id, i, pp->spell_book[i]);
}
}
// std::cout << rquery << "\n";
if (rquery != ""){ results = QueryDatabase(rquery); }
/* Run Max Memmed Spell Convert */
first_entry = 0; rquery = "";