Skip to content

Commit e0a6c65

Browse files
committed
chore(icon-service): Remove console call
1 parent 3648737 commit e0a6c65

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

projects/igniteui-angular/src/lib/icon/icon.service.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,6 @@ export class IgxIconService {
162162

163163
// load – when the result is ready, that includes HTTP errors like 404.
164164
httpRequest.onload = function (event: ProgressEvent) {
165-
console.log('Onload');
166165
if (event) {
167166
const request = event.target as XMLHttpRequest;
168167
if (request.status === 200) {

0 commit comments

Comments
 (0)