1
0
mirror of https://github.com/Ylianst/MeshAgent synced 2025-12-06 00:13:33 +00:00

Removed debug console.log()

This commit is contained in:
Bryan Roe
2022-07-01 03:03:08 -07:00
parent 8f60da4435
commit 963beb2b25
2 changed files with 1 additions and 2 deletions

File diff suppressed because one or more lines are too long

View File

@@ -71,7 +71,6 @@ function generateAuthHeaders(imsg, options, digest)
if (options.qop != null) { auth.qop = qop.includes(options.qop) ? options.qop : null; }
else if (qop.includes('auth-int')) { auth.qop = 'auth-int'; }
else if (qop.includes('auth')) { auth.qop = 'auth'; }
console.log('QOP', auth.qop);
break;
}
}