We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c8db81 commit 9adf137Copy full SHA for 9adf137
1 file changed
src/hooks/hookProxy.ts
@@ -423,6 +423,8 @@ export async function loadPhonebook() {
423
424
// Create a copy of the entry to modify
425
const entryToSave = { ...entry };
426
+
427
+ console.log(`\n --------------------------------- \n check REMS endpoint info for ${entry.brand_name}`)
428
429
// Always process directory lookup regardless of whether entry exists
430
if (entry.directoryLookupType) {
0 commit comments