Browse Source

Removed test code.

Qiang Xue 12 years ago
parent
commit
72dd7acbef
1 changed files with 1 additions and 1 deletions
  1. 1 1
      controllers/SiteController.php

+ 1 - 1
controllers/SiteController.php

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