diff --git a/src/scripts/controllers/craft_page_controller.coffee b/src/scripts/controllers/craft_page_controller.coffee index a7d66eb14..a2ea2cb75 100644 --- a/src/scripts/controllers/craft_page_controller.coffee +++ b/src/scripts/controllers/craft_page_controller.coffee @@ -109,6 +109,5 @@ module.exports = class CraftPageController extends PageController _updateLocation: -> text = @model.plan.want.unparse() - logger.debug "setting location to: #{text}" url = Url.crafting inventoryText:text router.navigate url diff --git a/src/templates/home_page.jade b/src/templates/home_page.jade index dfe1ff645..e6890898a 100644 --- a/src/templates/home_page.jade +++ b/src/templates/home_page.jade @@ -45,7 +45,7 @@ .section h2 What's new? .panel - h3 2015-02-28 + h3 2015-03-01 .entry p. This release delivers the second major expansion of Crafting Guide! Here's the list of what's @@ -125,10 +125,3 @@ p. Crafting Guide now has support for EnderIO! I tend to add new mods in order of those with the most votes, so remember to suggest your favorites! - - h3 2015-01-30 - .entry - p. - I've just updated the mod pages to allow the items to be grouped into logical sections. This - makes it a lot easier to get a feel for what kinds of things a mod adds and it makes it a lot - easier to find things.