diff --git a/modules/router5.js b/modules/router5.js index 26433905..3bf7471f 100644 --- a/modules/router5.js +++ b/modules/router5.js @@ -3,9 +3,9 @@ import transition from './transition'; import constants from './constants'; const noop = () => {}; -const ifNot = (condition, error) => { - if (!condition) throw new Error(error); -}; +// const ifNot = (condition, error) => { +// if (!condition) throw new Error(error); +// }; const makeState = (name, params, path, _meta) => { const state = {};