We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1d9863 commit 0ab733cCopy full SHA for 0ab733c
lesson_10/libraries/src/loaders/chanel_hutt_loader.ts
@@ -23,9 +23,6 @@ export class ChanelHuttLoader implements Loader {
23
if (mediaItem) {
24
mediaItem.addCredit(credit);
25
}
26
- console.log(
27
- `Loaded ${credits.length} credits and ${mediaItems.length} media items`,
28
- );
29
30
// Returns an array of the values from the hashmap.
31
return Array.from(hashMapIndex.values());
0 commit comments