diff --git a/sinkronisasi_import.php b/sinkronisasi_import.php
index 0c70150..7da2c94 100644
--- a/sinkronisasi_import.php
+++ b/sinkronisasi_import.php
@@ -8,6 +8,7 @@ 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);