remove test file

This commit is contained in:
redmatrix 2016-05-19 22:48:32 -07:00
parent 2e83c17e2d
commit 2cda18f354

View File

@ -1,13 +0,0 @@
<?php
namespace Zotlabs\Daemon;
class Rcho {
static public function run($argc,$argv) {
logger('argc: ' . $argc);
logger('argv: ' . print_r($argv,true));
}
}