#1024 Removal of leftover loggings

This commit is contained in:
Knut Sveidqvist
2019-10-23 18:47:41 +02:00
parent 364b81a1b9
commit c87637c6f4
6 changed files with 6 additions and 12 deletions

View File

@@ -163,7 +163,7 @@ members
methodStatement
: className {/*console.log('Rel found',$1);*/}
| className LABEL {yy.addMember($1,yy.cleanupLabel($2));}
| MEMBER {console.warn('Member',$1);}
| MEMBER {/*console.warn('Member',$1);*/}
| SEPARATOR {/*console.log('sep found',$1);*/}
;