X-Git-Url: http://git.roojs.org/?a=blobdiff_plain;f=JSDOC%2FTokenReader.js;h=e98dbb437b038a35906b9af2f5dd721aacb8db16;hb=0c86ac36a342f6b89ad2c42ca28c64fe06ae2b7f;hp=f0458653eaf3db909300a467aec369213adbfaa9;hpb=966ccef548db2c7e2ef8b4294c8d34e8b082af12;p=gnome.introspection-doc-generator diff --git a/JSDOC/TokenReader.js b/JSDOC/TokenReader.js index f045865..e98dbb4 100644 --- a/JSDOC/TokenReader.js +++ b/JSDOC/TokenReader.js @@ -63,7 +63,6 @@ const TokenReader = XObject.define( if (this.read_regx(stream, tokens)) continue; if (this.read_numb(stream, tokens)) continue; if (this.read_punc(stream, tokens)) continue; - if(typeof(tokens) == 'undefined') {console.log('empty????');} if (this.read_newline(stream, tokens)) continue; if (this.read_space(stream, tokens)) continue; if (this.read_word(stream, tokens)) continue; @@ -260,7 +259,7 @@ const TokenReader = XObject.define( found = "\n"; } if (this.keepWhite) { - console.log('empty????'); + console.log('got here?'); var last = tokens.pop(); if (last && last.name != "WHIT") { tokens.push(last);