Remove commented print statements

This commit is contained in:
Tuan Dang
2024-01-06 16:11:22 +01:00
parent 0a3b85534b
commit edd9c66e49

View File

@@ -319,10 +319,6 @@ const fetchIntegrationAuthRailwayServices = async ({
integrationAuthId: string;
appId: string;
}) => {
// console.log('fetchIntegrationAuthRailwayServices params: ', {
// integrationAuthId,
// appId
// });
if (appId === "none") return [];
const {
data: { services }