Skip to content

Commit

Permalink
removed console log
Browse files Browse the repository at this point in the history
  • Loading branch information
rmathis committed Feb 28, 2019
1 parent 1b2ac5b commit 0b8b92b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ui/src/app/metadata/domain/service/draft.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ export class EntityDraftService {
}

find(id: string, attr: string = 'id'): Observable<MetadataResolver> {
console.log(id);
if (!id) {
return throwError(404);
}
Expand Down

0 comments on commit 0b8b92b

Please sign in to comment.