diff --git a/app/views/layouts/print.html.haml b/app/views/layouts/print.html.haml
index 1c3a72bf9..5b3baa7b0 100644
--- a/app/views/layouts/print.html.haml
+++ b/app/views/layouts/print.html.haml
@@ -12,7 +12,5 @@
= favicon_link_tag(image_url("#{FAVICON_32PX_SRC}"), type: "image/png", sizes: "32x32")
= favicon_link_tag(image_url("#{FAVICON_96PX_SRC}"), type: "image/png", sizes: "96x96")
- = stylesheet_link_tag "print", media: "all"
-
%body
= yield