From 0111191c3a3ad0a587159de03427e2cfde2fef96 Mon Sep 17 00:00:00 2001 From: Sieciech Date: Sat, 7 Aug 2021 17:03:14 +0200 Subject: [PATCH] fix --- tools/putenv/putenv.php | 1 - 1 file changed, 1 deletion(-) diff --git a/tools/putenv/putenv.php b/tools/putenv/putenv.php index 1e34a57..ae9698c 100644 --- a/tools/putenv/putenv.php +++ b/tools/putenv/putenv.php @@ -10,7 +10,6 @@ class PutEnv { public function __construct() { $argv = $_SERVER['argv']; $argc = sizeof($argv); - print_r([$argc, $argv]); switch($argc) { case 4: $this->file = $argv[1];