diff --git a/ionic/components/router/router.js b/ionic/components/router/router.js deleted file mode 100644 index 4e03535175..0000000000 --- a/ionic/components/router/router.js +++ /dev/null @@ -1,13 +0,0 @@ -import {Component, View, Inject, Parent, NgElement} from 'angular2/angular2' -import {Log} from 'ionic/util' - -/** - * A simple routing system that detects a URL and calls - * a handler. - */ -export class Router { - static open(url) { - Log.log('Router: open from url', url) - } -} -