From af7b716a60d889acea95560abba0e46eee008b8f Mon Sep 17 00:00:00 2001
From: buli <137736985@qq.com>
Date: 星期三, 05 七月 2023 13:54:50 +0800
Subject: [PATCH] backup0705
---
force-app/main/default/classes/LayoutDescriberHelper.cls | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
diff --git a/force-app/main/default/classes/LayoutDescriberHelper.cls b/force-app/main/default/classes/LayoutDescriberHelper.cls
index 388a57d..512909c 100644
--- a/force-app/main/default/classes/LayoutDescriberHelper.cls
+++ b/force-app/main/default/classes/LayoutDescriberHelper.cls
@@ -71,7 +71,6 @@
fieldAPIToLabelMap = new Map<String, String>();
layoutSections = new List<LayoutSection>();
String theRespBody = getLayoutSchema(recordTypeId, objectType, userMode);
- System.debug('theRespBody = ' + theRespBody);
Map<String, Object> layoutSection = (Map<String, Object>) JSON.deserializeUntyped(
theRespBody
);
@@ -302,7 +301,6 @@
req.setHeader('Authorization', 'Bearer ' + UserInfo.getsessionid());
}
Http client = new Http();
- System.debug('req = ' + req);
resp = client.send(req);
system.debug('Schema Body:' + JSON.serialize(resp.getBody()));
return resp.getBody();
@@ -359,6 +357,7 @@
}
public static Integer ControllerUtil() {
Integer i = 0;
+
return i;
}
}
--
Gitblit v1.9.1