Skip to content

Commit 2ea73ac

Browse files
committed
removed extra console
1 parent c93d72e commit 2ea73ac

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/Services/Examples/eSignature/ListEnvelopesService.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,6 @@ public static function listEnvelopes(array $args, $clientService): EnvelopesInfo
3131
#ds-snippet-start:eSign3step2
3232
$envelope_api = $clientService->getEnvelopeApi();
3333
$from_date = date("c", (time() - (30 * 24 * 60 * 60)));
34-
var_dump($from_date);
35-
die;
3634
$options = new ListStatusChangesOptions();
3735
$options->setFromDate($from_date);
3836
try {

0 commit comments

Comments
 (0)