remove a useless debug print
This commit is contained in:
parent
3848562eaf
commit
890b04e906
1 changed files with 2 additions and 0 deletions
|
@ -2190,6 +2190,8 @@ class ISBPLFrame {
|
|||
}
|
||||
if(map.containsKey(name))
|
||||
return map.get(name);
|
||||
if(parent != null) {
|
||||
return parent.resolve(name);
|
||||
}
|
||||
return null;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue