diff --git a/docroot/sites/all/modules/contrib/smartling/entities/smartling.taxonomy.inc b/docroot/sites/all/modules/contrib/smartling/entities/smartling.taxonomy.inc
index 416ab93017..b39d43ad3c 100644
--- a/docroot/sites/all/modules/contrib/smartling/entities/smartling.taxonomy.inc
+++ b/docroot/sites/all/modules/contrib/smartling/entities/smartling.taxonomy.inc
@@ -78,11 +78,6 @@ function smartling_form_taxonomy_form_term_alter(&$form, $form_state) {
         drupal_set_message(t('Please follow the page <a href="/admin/structure/taxonomy/@machine_name/edit">"edit vocabulary"</a> to set Translation mode for Smartling.', array('@machine_name' => $form['#vocabulary']->machine_name)));
       }
     }
-    elseif (empty($term->tid) && !isset($_GET['translation']) && !isset($_GET['target'])) {
-      $langcode = language_default()->language;
-      $form['language']['#default_value'] = $langcode;
-      unset($form['language']['#options'][LANGUAGE_NONE]);
-    }
   } catch (\Exception $e) {
     watchdog('smartling', $e->getMessage() . '   ' . $e->getTraceAsString(), array(), WATCHDOG_CRITICAL);
   }
