diff --git a/src/clojure/clj_jtwig/web/web_functions.clj b/src/clojure/clj_jtwig/web/web_functions.clj index 0428800..68ceb31 100644 --- a/src/clojure/clj_jtwig/web/web_functions.clj +++ b/src/clojure/clj_jtwig/web/web_functions.clj @@ -19,7 +19,6 @@ (defn- get-resource-modification-timestamp [^String resource-url] (if (relative-url? resource-url) - (->> (str (:web-resource-path-root @options) resource-url) (get-context-url) (get-resource-modification-date))))