Removed test code.

This commit is contained in:
Qiang Xue 2013-07-08 06:47:10 -04:00
parent 7efa64c733
commit 72dd7acbef

View File

@ -20,7 +20,7 @@ class SiteController extends Controller
} }
public function actionIndex() public function actionIndex()
{Yii::error('test'); {
return $this->render('index'); return $this->render('index');
} }