diff --git a/script/linedata/auto_format.php b/script/linedata/auto_format.php index b34f54c..0128e92 100644 --- a/script/linedata/auto_format.php +++ b/script/linedata/auto_format.php @@ -66,9 +66,6 @@ function auto_format_list(){ case 27: format_product(__DIR__ . '/data/qilin.csv','qlip.cc'); break; - case 28: - format_product(__DIR__ . '/data/shuidi.csv','sdip.cc'); - break; } } }