Remove unused code to track events

We forgot to remove it in commit f28a5cc49.

The generated HTML was invalid, with the error:

> Element meta is missing one or more of the following attributes:
> content, property.
This commit is contained in:
Javi Martín
2021-09-26 00:30:03 +02:00
parent ec352f8e09
commit 231a7aa8ee
11 changed files with 0 additions and 136 deletions

View File

@@ -2,7 +2,6 @@
<html <%= "dir=rtl" if rtl? %> lang="<%= I18n.locale %>" data-current-user-id="<%= current_user&.id %>">
<head>
<%= render "layouts/common_head", default_title: setting["org_name"] %>
<%= render "layouts/tracking_data" %>
<%= render "layouts/meta_tags" %>
<%= content_for :canonical %>
<%= favicon_link_tag image_path_for("apple-touch-icon-200.png"),