]> git.example.dev Git - binbsis50.git/commitdiff
removed some rooms
authorLuigi Pinca <luigipinca@gmail.com>
Sat, 24 Mar 2012 10:50:46 +0000 (11:50 +0100)
committerLuigi Pinca <luigipinca@gmail.com>
Sat, 24 Mar 2012 10:50:46 +0000 (11:50 +0100)
config.js
package.json
server.js

index fa588f6186d09e8e8c1cf52832024e730b752bc2..f967a487d2a28319bfced108e7593722375e772e 100644 (file)
--- a/config.js
+++ b/config.js
@@ -5,6 +5,6 @@ exports.configure = function() {
        this.redisurl = '';
        this.songsinarun = 15;
        this.threshold = 2; // Edit distance threshold
-       this.rooms = ["alternative", "pop", "rap", "rock", "soul", "mixed"];
+       this.rooms = ["pop", "rock", "mixed"];
        return this;
 };
index 1ebbae4f38f197c906c95ece5d5d28e6ef7dead8..72688da9d3f8a65172054c396d099cebc4efb2d6 100644 (file)
@@ -14,5 +14,5 @@
   "engines": {
     "node": "0.6.x"
   },
-  "version": "0.2.0-1"
+  "version": "0.2.0-2"
 }
\ No newline at end of file
index 38461f3ef2d60a57f8019a77464ee36e7fabfdde..f38b85cc726eccc3a11d251b6844a9a0545e0fb0 100644 (file)
--- a/server.js
+++ b/server.js
@@ -452,7 +452,6 @@ function Room(name) {
                redis.scard(roomname, function(err, res) {
                        trackscount = res;
                });
-               console.log("Room "+roomname+" started");
                sendLoadTrack();
        };
 }