summaryrefslogtreecommitdiff
path: root/app/views/projects/product_analytics/test.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/projects/product_analytics/test.html.haml')
-rw-r--r--app/views/projects/product_analytics/test.html.haml17
1 files changed, 0 insertions, 17 deletions
diff --git a/app/views/projects/product_analytics/test.html.haml b/app/views/projects/product_analytics/test.html.haml
deleted file mode 100644
index 3204cd5fbbe..00000000000
--- a/app/views/projects/product_analytics/test.html.haml
+++ /dev/null
@@ -1,17 +0,0 @@
-- page_title _('Product Analytics')
-
-= render 'links'
-
-%p
- = _('This page sends a payload. Go back to the events page to see a newly created event.')
-
-- if @event
- %p
- = _('Last item before this page loaded in your browser:')
-
- %code
- = @event.as_json_wo_empty
-
--# haml-lint:disable InlineJavaScript
-:javascript
- #{render 'tracker'}