Remove some debugging code.

Summary:

Test Plan:

Reviewers:

CC:
This commit is contained in:
epriestley
2011-02-20 20:11:27 -08:00
parent c244d4bff2
commit dc88a04390

View File

@@ -82,9 +82,6 @@ class ManiphestTransactionSaveController extends ManiphestController {
$new['FILE'][$phid] = array();
}
var_dump($new);
die();
$transaction->setNewValue($new);
break;
default: