Skip to content

Commit c0451da

Browse files
committed
去除调试代码
1 parent 9748d20 commit c0451da

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Chinese/SQLiteData.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ public static function init()
1919
{
2020
$path = dirname(dirname(__DIR__)) . '/data/chineseData.sqlite';
2121
}
22-
var_dump($path);
2322
static::$pdo = new \PDO('sqlite:' . $path, '', '');
2423
}
2524
}

0 commit comments

Comments
 (0)