From ee43f820ece0489e777a56bc7d41a349fe3dc814 Mon Sep 17 00:00:00 2001 From: Uma <uma.s@vtiger.com> Date: Sun, 10 Jan 2021 19:01:27 +0530 Subject: [PATCH] remove wrong debugging --- index.php | 1 + 1 file changed, 1 insertion(+) diff --git a/index.php b/index.php index 938caea7c..51d2fd5b3 100644 --- a/index.php +++ b/index.php @@ -16,5 +16,6 @@ include_once 'include/Webservices/Relation.php'; include_once 'vtlib/Vtiger/Module.php'; include_once 'includes/main/WebUI.php'; +print('test here'); $webUI = new Vtiger_WebUI(); $webUI->process(new Vtiger_Request($_REQUEST, $_REQUEST)); -- GitLab