删除调试打印信息
This commit is contained in:
+6
-6
@@ -36,12 +36,12 @@ const getDifyApiUrl = () => {
|
||||
const getAppId = () => {
|
||||
const rawAppId = getEnvVar('NEXT_PUBLIC_APP_ID', '');
|
||||
const extractedAppId = extractAppId(rawAppId);
|
||||
console.log('🔧 Chat Config Debug:', {
|
||||
rawAppId,
|
||||
extractedAppId,
|
||||
difyApiUrl: getDifyApiUrl(),
|
||||
hasApiKey: !!getEnvVar('NEXT_PUBLIC_APP_KEY', ''),
|
||||
});
|
||||
// console.log('🔧 Chat Config Debug:', {
|
||||
// rawAppId,
|
||||
// extractedAppId,
|
||||
// difyApiUrl: getDifyApiUrl(),
|
||||
// hasApiKey: !!getEnvVar('NEXT_PUBLIC_APP_KEY', ''),
|
||||
// });
|
||||
return extractedAppId;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user