Skip to content

Commit

Permalink
fix: removed console
Browse files Browse the repository at this point in the history
  • Loading branch information
Tanoy committed Nov 23, 2017
1 parent a1b5983 commit 5b23274
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/auto-complete.component.ts
Expand Up @@ -413,7 +413,6 @@ export class AutoCompleteComponent implements OnInit, OnChanges {
this._autoCompleteSearchService.getGeoCurrentLocation().then((result: any) => {
if (!result) {
this.gettingCurrentLocationFlag = false;
console.log("blocked geo loc")
this.componentCallback.emit({'response': false, 'reason': 'Failed to get geo location'});
}else {
this.getCurrentLocationInfo(result);
Expand Down

0 comments on commit 5b23274

Please sign in to comment.