Skip to content

Commit 6983fd3

Browse files
committed
remove commented line
1 parent d109393 commit 6983fd3

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

VarDumpObject.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -395,7 +395,6 @@ public function getAbstraction($obj, &$hist = array())
395395
);
396396
if (!$isRecursion) {
397397
$return['properties'] = $this->getProperties($obj, $hist);
398-
// file_put_contents(__DIR__.'/grr.txt', str_repeat('-', count($hist)).get_class($obj)."\n", FILE_APPEND);
399398
if ($this->debug->varDump->get('collectConstants')) {
400399
$return['constants'] = $reflectionClass->getConstants();
401400
}

0 commit comments

Comments
 (0)