Skip to content

Commit

Permalink
Remove redundant startup message.
Browse files Browse the repository at this point in the history
  • Loading branch information
reid committed Jun 19, 2012
1 parent fe8dd51 commit 20f0f4a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lib/hub/index.js
Expand Up @@ -389,8 +389,7 @@ Hub.prototype._createRouter = function () {
html = html.replace("{{script}}",
"<script>Yeti.capture(\"" + (self.mountpoint || '') + "\");</script>");
html = plates.bind(html, {
"yeti-version": metadata.version,
"test": "Starting up..."
"yeti-version": metadata.version
});
server.res.writeHead(200, {
"content-type": "text/html"
Expand Down

0 comments on commit 20f0f4a

Please sign in to comment.