mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
Spurious log
This commit is contained in:
@@ -138,7 +138,6 @@ Meteor.startup(function () {
|
||||
|
||||
var curLink = window.location.hash.slice(1);
|
||||
var redirect = getRedirect(curLink);
|
||||
console.log(redirect)
|
||||
|
||||
if (redirect) {
|
||||
window.location = "#" + redirect;
|
||||
|
||||
Reference in New Issue
Block a user