about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorAlan Pearce2014-09-13 09:11:21 +0100
committerAlan Pearce2014-09-13 09:11:21 +0100
commit6db0ccd25b4e6cd8724f5723027dca926b0e3aae (patch)
tree74b253f9bdf8660fd5d2706948f37b0becc59409
parent08f9c2b929f1a19e39a1cda2743da3837f3cc132 (diff)
downloadmicroformats-6db0ccd25b4e6cd8724f5723027dca926b0e3aae.tar.lz
microformats-6db0ccd25b4e6cd8724f5723027dca926b0e3aae.tar.zst
microformats-6db0ccd25b4e6cd8724f5723027dca926b0e3aae.zip
Remove unnecessary comment
-rw-r--r--src/microformats/parser.clj2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/microformats/parser.clj b/src/microformats/parser.clj
index a083ea0..3200669 100644
--- a/src/microformats/parser.clj
+++ b/src/microformats/parser.clj
@@ -3,8 +3,6 @@
             [clojure.core.reducers :as r]
             [clojure.string :as str]))
 
-;;; Turn string into stream
-
 (defn mf-names-from-class
   "Get microformat classnames from a class attribute"
   [prefix]