From 90b85d0acae512c14fe5d87ac9e3d9f7c1593472 Mon Sep 17 00:00:00 2001
From: aheinri5 <Anna@netzkritzler.de>
Date: Fri, 8 Jan 2021 23:06:22 +0100
Subject: [PATCH] [base] Now is more efficient

---
 R/export_prj.R | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/R/export_prj.R b/R/export_prj.R
index 1eb87ac..c16ec7c 100644
--- a/R/export_prj.R
+++ b/R/export_prj.R
@@ -67,13 +67,10 @@ export_prj <- function(ogs6_obj) {
 
     file <- paste0(ogs6_obj$sim_path, ogs6_obj$sim_name, ".prj")
 
-    cat("\nWriting XML to ", file, "\n")
     xml2::write_xml(prj_xml,
                     file,
                     options = "format",
                     encoding="ISO-8859-1")
 
-    cat("\nDone writing XML.\n")
-
     return(invisible(TRUE))
 }
-- 
GitLab