openvidu-server: Remove System.out
This commit is contained in:
parent
c15d6170da
commit
ead3252ce7
@ -331,7 +331,6 @@ public class IceServerProperties {
|
||||
|
||||
// 3. Generate TURN username
|
||||
String username = unixTimestamp + ":" + randomUsername;
|
||||
System.out.println(username);
|
||||
|
||||
// 4. Generate HMAC SHA-1 password
|
||||
SecretKeySpec signingKey = new SecretKeySpec(staticAuthSecret.getBytes(), "HmacSHA1");
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user