openvidu-server: Remove System.out

pull/701/head
cruizba 2022-02-25 10:49:53 +01:00
parent c15d6170da
commit ead3252ce7
1 changed files with 0 additions and 1 deletions

View File

@ -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");