]> gitweb.factorcode.org Git - factor.git/commitdiff
Revert "parser: Print "Loading" message as a comment for homoiconicity. See #1221."
authorDoug Coleman <doug.coleman@gmail.com>
Mon, 24 Nov 2014 06:39:38 +0000 (22:39 -0800)
committerDoug Coleman <doug.coleman@gmail.com>
Mon, 24 Nov 2014 06:41:15 +0000 (22:41 -0800)
This reverts commit 10cf6e3dd2b095e6d9f35a0d0e5f98bfe3f78f02.

core/parser/parser.factor

index 0087b00de7fd689a03c703199d4a1b1eaa7c939d..f1385440342fce4135d8287337bb2af39c8eeecd 100644 (file)
@@ -164,7 +164,7 @@ print-use-hook [ [ ] ] initialize
     ] with-file-vocabs ;
 
 : parsing-file ( file -- )
-    parser-quiet? get [ drop ] [ "Loading " write print flush ] if ;
+    parser-quiet? get [ drop ] [ "Loading " write print flush ] if ;
 
 : filter-moved ( set1 set2 -- seq )
     swap diff members [