PRIVATE: removed extra debug statements
This commit is contained in:
parent
0672ca0f2b
commit
e7033ebe74
2 changed files with 0 additions and 2 deletions
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue