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:
File diff suppressed because one or more lines are too long
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user