diff --git a/src/notehub/storage.clj b/src/notehub/storage.clj index 31720e8..79b7c0b 100644 --- a/src/notehub/storage.clj +++ b/src/notehub/storage.clj @@ -79,9 +79,6 @@ (defn short-url-exists? [url] (= 1 (redis :hexists :short-url url))) -(defn get-short-url [noteID] - (redis :hget :short-url noteID)) - (defn resolve-url [url] (let [value (redis :hget :short-url url)] (when value ; TODO: necessary?