From 4cd979aad6dee19ed4b355ee9ab12cc4bf840fa9 Mon Sep 17 00:00:00 2001 From: Max Lynch Date: Sat, 25 Apr 2015 13:45:42 -0500 Subject: [PATCH] Removed comment --- ionic/routing/router.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/ionic/routing/router.js b/ionic/routing/router.js index 27b08fab8d..1aa2d556d7 100644 --- a/ionic/routing/router.js +++ b/ionic/routing/router.js @@ -2,8 +2,6 @@ export class Router { constructor() { this.routes = [] - - //this.match(); } match() {