Преглед изворни кода

removing final bits of logging

Mark VandenBrink пре 12 година
родитељ
комит
aa70b8a6f8
2 измењених фајлова са 1 додато и 2 уклоњено
  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
 All avalailable via quicklisp
 
 
-* log5
 * optima and optima.ppcre (for quick parsing of FLAC tags)
 * optima and optima.ppcre (for quick parsing of FLAC tags)
 
 
 # References
 # References

+ 1 - 1
taglib.asd

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