diff --git a/src/smeagol/authenticate.clj b/src/smeagol/authenticate.clj index 6decdbf..0b4c959 100644 --- a/src/smeagol/authenticate.clj +++ b/src/smeagol/authenticate.clj @@ -1,7 +1,6 @@ (ns ^{:doc "Authentication functions." :author "Simon Brooke"} smeagol.authenticate - (:use clojure.walk) (:require [taoensso.timbre :as timbre] [noir.io :as io] [crypto.password.scrypt :as password]))