Skip to content

Commit 0ab733c

Browse files
committed
chore: removes logging from Chanel's loader
Signed-off-by: Anthony D. Mays <[email protected]>
1 parent f1d9863 commit 0ab733c

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

lesson_10/libraries/src/loaders/chanel_hutt_loader.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,6 @@ export class ChanelHuttLoader implements Loader {
2323
if (mediaItem) {
2424
mediaItem.addCredit(credit);
2525
}
26-
console.log(
27-
`Loaded ${credits.length} credits and ${mediaItems.length} media items`,
28-
);
2926
}
3027
// Returns an array of the values from the hashmap.
3128
return Array.from(hashMapIndex.values());

0 commit comments

Comments
 (0)