summaryrefslogtreecommitdiffstats
path: root/dozentenmodulserver/src
diff options
context:
space:
mode:
Diffstat (limited to 'dozentenmodulserver/src')
-rw-r--r--dozentenmodulserver/src/main/java/org/openslx/bwlp/sat/SupportedFeatures.java6
1 files changed, 1 insertions, 5 deletions
diff --git a/dozentenmodulserver/src/main/java/org/openslx/bwlp/sat/SupportedFeatures.java b/dozentenmodulserver/src/main/java/org/openslx/bwlp/sat/SupportedFeatures.java
index 5f21c22f..d2e158c1 100644
--- a/dozentenmodulserver/src/main/java/org/openslx/bwlp/sat/SupportedFeatures.java
+++ b/dozentenmodulserver/src/main/java/org/openslx/bwlp/sat/SupportedFeatures.java
@@ -7,11 +7,7 @@ public class SupportedFeatures {
private static String supportedFeatures = null;
static {
- registerFeature(Feature.EXTEND_EXPIRED_VM);
- registerFeature(Feature.NETWORK_SHARES);
- registerFeature(Feature.MULTIPLE_HYPERVISORS);
- registerFeature(Feature.SERVER_SIDE_COPY);
- registerFeature(Feature.LECTURE_FILTER_LDAP);
+ // registerFeature(Feature.EXTEND_EXPIRED_VM);
}
public static String getFeatureString() {