Removed logging of post data
This commit is contained in:
parent
b0c5732620
commit
4430399b1e
|
@ -172,8 +172,8 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
public function reorder() {
|
public function reorder() {
|
||||||
$this->log(print_r($this->data['Monitor'],true));
|
|
||||||
foreach ($this->data['Monitor'] as $key => $value) {
|
foreach ($this->data['Monitor'] as $key => $value) {
|
||||||
$this->log($value);
|
$this->log($value);
|
||||||
$this->Monitor->id = $value;
|
$this->Monitor->id = $value;
|
||||||
|
@ -183,5 +183,4 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
?>
|
?>
|
Loading…
Reference in New Issue