Skip to content

Commit

Permalink
drop log
Browse files Browse the repository at this point in the history
  • Loading branch information
supproduction committed Aug 1, 2024
1 parent f1fa81c commit d8cee73
Showing 1 changed file with 1 addition and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@ import {
map,
of,
reduce,
switchMap,
tap,
switchMap
} from 'rxjs';
import { Content, ContentMeta, ContentQualifier } from '../../../models';
import { ContentAdapter } from '../../adapter';
Expand Down Expand Up @@ -64,9 +63,6 @@ export class DefaultStoryblokContentAdapter implements ContentAdapter {
component.schema
)
),
tap(s => {
console.log(s, 's')
})
);
}

Expand Down

0 comments on commit d8cee73

Please sign in to comment.