Skip to content

Commit

Permalink
Merge pull request #26 from kitalab/master
Browse files Browse the repository at this point in the history
不要処理を削除
  • Loading branch information
kitatsuw committed Aug 8, 2016
2 parents eed3c64 + 44831c1 commit c14803c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion Controller/TaskContentsController.php
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,6 @@ public function add() {
* @throws BadRequestException
*/
public function edit() {
$this->log($this->request->data);
$key = $this->params['key'];
$taskContent = $this->TaskContent->getTask($key);

Expand Down
2 changes: 0 additions & 2 deletions Controller/TaskProgressRateController.php
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,6 @@ public function beforeFilter() {
* @throws BadRequestException
*/
public function edit() {
$this->log($this->params['key']);
$this->log($this->params['named']);
if ($this->request->is('post')) {
$key = $this->params['key'];
// 一覧からの完了ボタンの処理時
Expand Down

0 comments on commit c14803c

Please sign in to comment.