PRIVATE: removed extra debug statements

This commit is contained in:
neuromancer 2021-07-03 21:04:50 +02:00
parent 0672ca0f2b
commit e7033ebe74
2 changed files with 0 additions and 2 deletions

View file

@ -54,7 +54,6 @@ static void fChgMode(ArgArray args) {
if (args.size() == 3) {
Symbol *location = g_private->maps.lookupLocation(args[2].u.sym->name);
debug("location: %s", location->name->c_str());
setSymbol(location, true);
}