diff --git a/ExternalModule.php b/ExternalModule.php index eb889ec..42499b9 100644 --- a/ExternalModule.php +++ b/ExternalModule.php @@ -42,13 +42,6 @@ function redcap_module_system_enable($version) { EntityDB::buildSchema($this->PREFIX); } - /** - * @inheritdoc. - */ - function redcap_module_system_disable($version) { - EntityDB::dropSchema($this->PREFIX); - } - function redcap_entity_types() { $types = [];