summaryrefslogtreecommitdiff
path: root/public/js/lib/views/index.js
diff options
context:
space:
mode:
authorJules Laplace <jules@okfoc.us>2015-08-06 23:42:13 -0400
committerJules Laplace <jules@okfoc.us>2015-08-06 23:42:13 -0400
commita9a2e03dc315b2e4ff86160e0663013060492016 (patch)
tree412df8ec756342bda0389a0569d8aa07d5214a9a /public/js/lib/views/index.js
parent3427003fedae990c689841ac47f1d421a3f3d4ae (diff)
playlist stub
Diffstat (limited to 'public/js/lib/views/index.js')
-rw-r--r--public/js/lib/views/index.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/public/js/lib/views/index.js b/public/js/lib/views/index.js
index a333b45..c4c3021 100644
--- a/public/js/lib/views/index.js
+++ b/public/js/lib/views/index.js
@@ -23,7 +23,6 @@ var SiteRouter = Router.extend({
},
room: function(name){
- console.log("hi")
room = app.view = new RoomView (name)
},