Skip to content

Commit 3a152de

Browse files
committed
IHF: Test dumps removed.
1 parent 46e422e commit 3a152de

File tree

2 files changed

+0
-5
lines changed

2 files changed

+0
-5
lines changed

src/autoload.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,5 @@
1010
->notName('autoload.php');
1111

1212
foreach ($files as $file) {
13-
dump((string) $file);
1413
require_once $file;
1514
}

src/classes/System/Command.php

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,6 @@
22

33
namespace Illuminated\Helpers\System;
44

5-
////////////////////////////////////////////////////////////////////////////////////////////////////////////////
6-
dd('Illuminated\Helpers\System\Command loaded');
7-
////////////////////////////////////////////////////////////////////////////////////////////////////////////////
8-
95
class Command
106
{
117
public static function exec($command, array &$output = null, &$return_var = null)

0 commit comments

Comments
 (0)