removing forgetten comments

This commit is contained in:
Dario Rekowski on RockPI 2020-05-05 19:48:17 +00:00
parent e4161466c1
commit 273a4362cb
2 changed files with 3 additions and 3 deletions

View File

@ -333,8 +333,8 @@ class TransactionCreationsController extends AppController
->year($localTargetDate['year'])
->month($localTargetDate['month'])
->day($localTargetDate['day']);
echo "input: "; var_dump($localTargetDate);echo "<br>";
echo "output: "; var_dump($localTargetDateFrozen);
//echo "input: "; var_dump($localTargetDate);echo "<br>";
//echo "output: "; var_dump($localTargetDateFrozen);
//die('a');
$builderResult = TransactionCreation::build(
$localAmountCent,

View File

@ -49,7 +49,7 @@ class TransactionCreation extends TransactionBase {
$transaction = new \Model\Messages\Gradido\TransactionCreation();
$transaction->setReceiverAmount($receiver);
$transaction->setIdentHash($ident_hash);
echo "target date: ";
//echo "target date: ";
//var_dump($targetDate);
//die('die');
if($targetDate) {