Update (disabled) telemetry settings.

This commit is contained in:
James Cole
2020-03-21 15:42:37 +01:00
parent cf4f76f211
commit f76585dc9b
48 changed files with 95 additions and 49 deletions

View File

@@ -56,7 +56,7 @@ class UpgradeFireflyInstructions extends Command
if ('install' === (string) $this->argument('task')) {
$this->installInstructions();
}
// app('telemetry')->feature('executed-command', $this->signature);
return 0;
}
@@ -102,7 +102,6 @@ class UpgradeFireflyInstructions extends Command
}
}
// app('telemetry')->string('show-install-instructions', $version);
$this->showLine();
$this->boxed('');
@@ -151,8 +150,6 @@ class UpgradeFireflyInstructions extends Command
}
}
//app('telemetry')->string('show-update-instructions', $version);
$this->showLine();
$this->boxed('');
if (null === $text) {