Remove enable.plugin flag

This commit is contained in:
Naoki Takezoe
2015-01-02 02:27:35 +09:00
parent 398d8f2f1c
commit b458f88161
2 changed files with 2 additions and 7 deletions

View File

@@ -195,7 +195,7 @@ object SystemSettingsService {
else value
}
// TODO temporary flag
val enablePluginSystem = Option(System.getProperty("enable.plugin")).getOrElse("false").toBoolean
// // TODO temporary flag
// val enablePluginSystem = Option(System.getProperty("enable.plugin")).getOrElse("false").toBoolean
}