fix: [cleanup] removed debug, fixes #3257

pull/3267/head
iglocska 2018-05-19 22:53:16 +02:00
parent c9f183187f
commit 3b2927a47f
1 changed files with 0 additions and 1 deletions

View File

@ -480,7 +480,6 @@ class EventShell extends AppShell
}
public function enrichment() {
file_put_contents('/var/www/MISP4/app/tmp/test', "0");
if (empty($this->args[0]) || empty($this->args[1]) || empty($this->args[2])) {
die('Usage: ' . $this->Server->command_line_functions['enrichment'] . PHP_EOL);
}