]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/logging/logging.factor
Merge qualified, alias, symbols, constants into core
[factor.git] / basis / logging / logging.factor
index 47de8805598411d4423597c7b38089b5ad5f6c65..fb6b32899078dfc67d8736bf516a1c3859241390 100644 (file)
@@ -4,7 +4,7 @@ USING: logging.server sequences namespaces concurrency.messaging
 words kernel arrays shuffle tools.annotations\r
 prettyprint.config prettyprint debugger io.streams.string\r
 splitting continuations effects generalizations parser strings\r
-quotations fry symbols accessors ;\r
+quotations fry accessors ;\r
 IN: logging\r
 \r
 SYMBOLS: DEBUG NOTICE WARNING ERROR CRITICAL ;\r