openvidu-server: LoadManager clean up

pull/370/head
pabloFuente 2019-12-12 12:02:32 +01:00
parent 433333e37b
commit d40ec2fe47
1 changed files with 0 additions and 2 deletions

View File

@ -21,6 +21,4 @@ public interface LoadManager {
public int calculateLoad(Kms kms); public int calculateLoad(Kms kms);
// public boolean allowMoreElements(Kms kms);
} }