X-Git-Url: http://git.roojs.org/?p=gnome.introspection-doc-generator;a=blobdiff_plain;f=JSDOC%2FTokenReader.js;fp=JSDOC%2FTokenReader.js;h=b5f46bece5b4f177078b458d1f229fa1869a5ea5;hp=fb22a3dcbf02683844d28f2124710601b6c15f2d;hb=1ce33d578f09974c3d6b5d1c1933fd683f7e1651;hpb=c2ce08c77413bc34301b53cf78485f637918e32b diff --git a/JSDOC/TokenReader.js b/JSDOC/TokenReader.js index fb22a3d..b5f46be 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,6 @@ const TokenReader = XObject.define( found = "\n"; } if (this.keepWhite) { - console.log(typeof(tokens)); var last = tokens.pop(); if (last && last.name != "WHIT") { tokens.push(last);