diff --git a/sinkronisasi_import.php b/sinkronisasi_import.php
index 7da2c94..0c70150 100644
--- a/sinkronisasi_import.php
+++ b/sinkronisasi_import.php
@@ -8,7 +8,6 @@ if (function_exists('drush_main')) {
     $vocabulary = taxonomy_vocabulary_machine_name_load($machine_name);
 
     delete_all_terms_by_vid($vocabulary->vid);
-    die();
 
     $data = file_get_contents("adhisimon/sinkronisasi-drupal/$machine_name.txt");
     $terms = unserialize($data);