diff --git a/translators/tmgmt_local/tmgmt_local.module b/translators/tmgmt_local/tmgmt_local.module
index 630ee8c..8666413 100644
--- a/translators/tmgmt_local/tmgmt_local.module
+++ b/translators/tmgmt_local/tmgmt_local.module
@@ -194,9 +194,6 @@ function tmgmt_local_tmgmt_translator_plugin_info() {
     'description' => t('Allows local users to process translation jobs.'),
     'plugin controller class' => 'TMGMTLocalTranslatorPluginController',
     'ui controller class' => 'TMGMTLocalTranslatorUIController',
-    'default settings' => array(
-      'auto_accept' => TRUE,
-    ),
   );
 
   return $info;
