From eb9ca7f454ca4d789cb041b75276ccf1d4108855 Mon Sep 17 00:00:00 2001
From: Gorka Fraga Gonzalez <gorka.fragagonzalez@uzh.ch>
Date: Wed, 14 Aug 2024 14:23:25 +0200
Subject: [PATCH] Update Publication_page.qmd

---
 .../YYYYMMDD_Firstname_LastName/Publication_page.qmd          | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/webpage_contents/templates/templates_for_publications/YYYYMMDD_Firstname_LastName/Publication_page.qmd b/webpage_contents/templates/templates_for_publications/YYYYMMDD_Firstname_LastName/Publication_page.qmd
index 7f45b45..d9731b1 100644
--- a/webpage_contents/templates/templates_for_publications/YYYYMMDD_Firstname_LastName/Publication_page.qmd
+++ b/webpage_contents/templates/templates_for_publications/YYYYMMDD_Firstname_LastName/Publication_page.qmd
@@ -49,9 +49,6 @@ Here you can enter information about your results in text (with markdown format)
 ## Links to protocol pages
 
 ```{r}
-# | warning: false 
-
-
 library(dplyr)
 
 # This code chunk gathers the rows from tables specified in the inputs
@@ -74,7 +71,6 @@ DT::datatable(paths, options = list(dom = 't'), escape = FALSE, rownames = FALSE
 ## Sample information
 
 ```{r}
-# | warning: false 
 
 library(dplyr)
 # Take the relevant rows from the tables specified in inputs
-- 
GitLab