JSDOC/TokenReader.vala
authorAlan Knowles <alan@roojs.com>
Tue, 27 Oct 2015 09:26:25 +0000 (17:26 +0800)
committerAlan Knowles <alan@roojs.com>
Tue, 27 Oct 2015 09:26:25 +0000 (17:26 +0800)
JSDOC/TokenReader.vala

index c5c534e..6ee122a 100644 (file)
@@ -422,7 +422,7 @@ namespace JSDOC {
             ) {
                 var line = this.line;
                 while (!stream.lookEOF()) {
-                                       print(stream.look().to_string());
+                                       //print(stream.look().to_string());
                        if ( Lang.isNewline(stream.look().to_string())) {
                                break;
                        }