1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-09-20 01:08:50 +02:00

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: