diff options
author | Bart Visscher <bartv@thisnet.nl> | 2013-09-02 18:20:04 +0200 |
---|---|---|
committer | Bart Visscher <bartv@thisnet.nl> | 2013-09-02 18:20:04 +0200 |
commit | 44b3e71ed4e1beb3e815def7ac9bd9848039fb84 (patch) | |
tree | c80bd3c8c0bdb977bc16552f45cfd78349fa973c /console.php | |
parent | cafc8cb22347f0c861bbc333354e2766779e065d (diff) | |
download | nextcloud-server-44b3e71ed4e1beb3e815def7ac9bd9848039fb84.tar.gz nextcloud-server-44b3e71ed4e1beb3e815def7ac9bd9848039fb84.zip |
Cleanup and more style fixes
Diffstat (limited to 'console.php')
-rw-r--r-- | console.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/console.php b/console.php index 11df7eb0dc9..2f773cc6a1a 100644 --- a/console.php +++ b/console.php @@ -7,7 +7,6 @@ * See the COPYING-README file. */ -use OC\Core\Command\GreetCommand; use Symfony\Component\Console\Application; $RUNTIME_NOAPPS = true; |