Remove debugging info

This commit is contained in:
Squidly271
2020-01-19 16:20:30 -05:00
parent 25c9c0c45e
commit 9faa82278e

View File

@@ -30,7 +30,7 @@ function download_url($url, $path = "") {
return $out ?: false;
}
file_put_contents("/tmp/trace",$_POST['action']);
switch ($_POST['action']) {
case 'checkPlugin':
$options = $_POST['options'];