Remove debug statement

This commit is contained in:
James Brooks
2015-03-12 07:26:22 +00:00
parent 6f6e052f98
commit 7f63be033a

View File

@@ -83,8 +83,6 @@ class MetricController extends Controller
*/
public function putMetric($id)
{
dd($id);
return $this->metric->update($id, Binput::all());
}