diff --git a/js/App.js b/js/App.js index d8f03e9f3..852da1888 100644 --- a/js/App.js +++ b/js/App.js @@ -88,7 +88,6 @@ var App = function() { // Bit of a hack to set up the macros this.store.installMacro(require("./macros/echo.js").macro); this.store.installMacro(require("./macros/image.js").macro); - this.store.installMacro(require("./macros/info.js").macro); this.store.installMacro(require("./macros/link.js").macro); this.store.installMacro(require("./macros/list.js").macro); this.store.installMacro(require("./macros/slider.js").macro);