diff options
| author | Jules Laplace <jules@okfoc.us> | 2015-08-06 23:42:13 -0400 |
|---|---|---|
| committer | Jules Laplace <jules@okfoc.us> | 2015-08-06 23:42:13 -0400 |
| commit | a9a2e03dc315b2e4ff86160e0663013060492016 (patch) | |
| tree | 412df8ec756342bda0389a0569d8aa07d5214a9a /public/js/lib/views/index.js | |
| parent | 3427003fedae990c689841ac47f1d421a3f3d4ae (diff) | |
playlist stub
Diffstat (limited to 'public/js/lib/views/index.js')
| -rw-r--r-- | public/js/lib/views/index.js | 1 |
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) }, |
