From 01b3cc9317d669c926d0d0d3cd4a256f90407887 Mon Sep 17 00:00:00 2001
From: Gerhard Gonter <ggonter@gmail.com>
Date: Mon, 13 May 2024 19:12:43 +0200
Subject: [PATCH] remove diag message

---
 modules/util/Util/JSON.pm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modules/util/Util/JSON.pm b/modules/util/Util/JSON.pm
index 1901bdb..cce0148 100755
--- a/modules/util/Util/JSON.pm
+++ b/modules/util/Util/JSON.pm
@@ -13,7 +13,7 @@ BEGIN {
 
   if ($@)
   {
-    print STDERR "defining read_text ourselves\n";
+    # print STDERR "defining read_text ourselves\n";
     *read_text=  *x_read_text;
     *write_text= *x_write_text;
   }
-- 
GitLab