From 1ce87ec4227f45ccaeabb087d14e0dfb40974e84 Mon Sep 17 00:00:00 2001 From: HB9HIL Date: Sat, 8 Jun 2024 11:03:23 +0200 Subject: [PATCH] commenting out debugging log message --- application/models/Iota.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/models/Iota.php b/application/models/Iota.php index e2de71761..a4f5213a0 100644 --- a/application/models/Iota.php +++ b/application/models/Iota.php @@ -319,7 +319,7 @@ class IOTA extends CI_Model { } $sql .= $this->addContinentsToQuery($postdata); $sql .= $this->genfunctions->addQslToQuery($postdata); - log_message("Error",$sql); + // log_message("Error",$sql); $query = $this->db->query($sql); return $query->result();