mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-10 00:42:41 +01:00
Remove some debugging code.
Summary: Test Plan: Reviewers: CC:
This commit is contained in:
parent
c244d4bff2
commit
dc88a04390
1 changed files with 0 additions and 3 deletions
|
@ -82,9 +82,6 @@ class ManiphestTransactionSaveController extends ManiphestController {
|
||||||
$new['FILE'][$phid] = array();
|
$new['FILE'][$phid] = array();
|
||||||
}
|
}
|
||||||
|
|
||||||
var_dump($new);
|
|
||||||
die();
|
|
||||||
|
|
||||||
$transaction->setNewValue($new);
|
$transaction->setNewValue($new);
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
|
|
Loading…
Reference in a new issue