From ac83d9fde454b53629f81edd9862e9ad3ef65465 Mon Sep 17 00:00:00 2001
From: Uma <uma.s@vtiger.com>
Date: Fri, 30 Oct 2020 21:14:10 +0530
Subject: [PATCH] Removed debugging logs

---
 modules/Emails/models/Record.php | 2 --
 1 file changed, 2 deletions(-)

diff --git a/modules/Emails/models/Record.php b/modules/Emails/models/Record.php
index 2f390883b..d92abdf56 100644
--- a/modules/Emails/models/Record.php
+++ b/modules/Emails/models/Record.php
@@ -46,8 +46,6 @@ class Emails_Record_Model extends Vtiger_Record_Model {
 	 * Function sends mail
 	 */
 	public function send($addToQueue = false) {
-            global $log;
-            $log->fatal('sending out email here');
 		$currentUserModel = Users_Record_Model::getCurrentUserModel();
 		$rootDirectory = vglobal('root_directory');
 
-- 
GitLab