openvidu-server: remove URL from init method

pull/263/head
pabloFuente 2019-05-28 17:03:22 +02:00
parent eb6192e7a2
commit fa79223d68
1 changed files with 0 additions and 3 deletions

View File

@ -19,7 +19,6 @@ package io.openvidu.server;
import java.io.IOException;
import java.net.MalformedURLException;
import java.net.URL;
import java.util.Arrays;
import java.util.List;
@ -224,8 +223,6 @@ public class OpenViduServer implements JsonRpcConfigurer {
default:
URL url = new URL(publicUrl);
type = "custom";
if (publicUrl.startsWith("https://")) {