0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-03-11 23:31:21 -05:00

🔥 Remove unused code.

This commit is contained in:
Andrey Antukh 2021-12-30 23:53:33 +01:00
parent c9185f265c
commit 27e64ccaa8
2 changed files with 0 additions and 4 deletions

View file

@ -87,9 +87,6 @@
{% for item in items %}
<li><a href="/dbg/error/{{item.id}}">{{item.created-at}}</a></li>
{% endfor %}
{% for item in items %}
<li>{{item.created-at}}</li>
{% endfor %}
</ul>
</main>
</body>

View file

@ -148,7 +148,6 @@
:code :only-admins-allowed))
(let [items (db/exec! pool [sql:error-reports])
items (map #(update % :created-at dt/format-instant :rfc1123) items)]
(prn (first items))
{:status 200
:headers {"content-type" "text/html; charset=utf-8"
"x-robots-tag" "noindex"}