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