diff --git a/demo/sync/font.php b/demo/sync/font.php index 7cbd210..2ebcd40 100644 --- a/demo/sync/font.php +++ b/demo/sync/font.php @@ -1,10 +1,4 @@ 1, - statusInfo => '没有同步的字体名!' - )); return; } @@ -35,11 +25,6 @@ } } } - - callback(array( - status => 0, - statusInfo => 'sync '.$count.'font files.' - )); } main();