Remove unused conf.cap_options from example config
authorDarren <darren@darrenwhitlen.com>
Sat, 28 Sep 2013 11:58:00 +0000 (12:58 +0100)
committerDarren <darren@darrenwhitlen.com>
Sat, 28 Sep 2013 11:58:00 +0000 (12:58 +0100)
config.example.js

index c7a72a784ad387d554006e0b764a5e2849b8e3ca..65237f300a198457f9590abed220aba31c60ed37 100644 (file)
@@ -82,11 +82,6 @@ conf.client_plugins = [
 
 
 
-// Enabled CAP extensions (See ENTER URL TO CAP INFO HERE PLS)
-conf.cap_options = [];
-
-
-
 
 // Directory to find the server modules
 conf.module_dir = "../server_modules/";