removed test line.

This commit is contained in:
Qiang Xue
2013-06-10 07:44:30 -04:00
parent 551e00bae3
commit 9cce66c794

View File

@@ -20,7 +20,6 @@ class SiteController extends Controller
public function actionIndex() public function actionIndex()
{ {
Yii::$app->end(0, false);
echo $this->render('index'); echo $this->render('index');
} }