removed console.log
This commit is contained in:
parent
f95f77fbe7
commit
4563ee1b58
|
@ -5,7 +5,6 @@ class RouteCreate {
|
|||
this.$ = $scope;
|
||||
this.$state = $state;
|
||||
this.route = {};
|
||||
console.log('hi world');
|
||||
}
|
||||
onSubmit() {
|
||||
this.$.watcher.submit().then(
|
||||
|
|
Loading…
Reference in New Issue