Explorar el Código

removing final bits of logging

Mark VandenBrink hace 12 años
padre
commit
aa70b8a6f8
Se han modificado 2 ficheros con 1 adiciones y 2 borrados
  1. 0 1
      README.md
  2. 1 1
      taglib.asd

+ 0 - 1
README.md

@@ -12,7 +12,6 @@ Currently reads MP3/MP4/FLAC audio files.
 
 All avalailable via quicklisp
 
-* log5
 * optima and optima.ppcre (for quick parsing of FLAC tags)
 
 # References

+ 1 - 1
taglib.asd

@@ -5,7 +5,7 @@
   :description "Pure Lisp implementation to read (and write, perhaps, one day) tags"
   :author "Mark VandenBrink"
   :license "Public Domain"
-  :depends-on (#:log5 #:optima #:optima.ppcre)
+  :depends-on (#:optima #:optima.ppcre)
   :components ((:file "packages")
                (:file "profile"       :depends-on ("packages"))
                (:file "utils"         :depends-on ("packages"))