From 436ce67dbb56b53d7dab8e393ce0cb4ef423e7fc Mon Sep 17 00:00:00 2001
From: Niko Ehrenfeuchter <nikolaus.ehrenfeuchter@unibas.ch>
Date: Thu, 2 Nov 2017 18:33:24 +0100
Subject: [PATCH] Improve method summary.

---
 AutoTx/Logging.cs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/AutoTx/Logging.cs b/AutoTx/Logging.cs
index ef36ae2..f438fd6 100644
--- a/AutoTx/Logging.cs
+++ b/AutoTx/Logging.cs
@@ -26,7 +26,7 @@ namespace AutoTx
         }
 
         /// <summary>
-        /// // Calls writeLog() if debug mode is enabled in the config file
+        /// Call writeLog() if debug mode is enabled, optionally send an admin notification.
         /// </summary>
         public void writeLogDebug(string logText, bool notify = false) {
             if (_config.Debug)
-- 
GitLab