Skip to content

Commit 147fac4

Browse files
author
Khoubza Younes
committed
chore: remove console logs
1 parent 329f349 commit 147fac4

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

packages/flasher/src/flasher.ts

-3
Original file line numberDiff line numberDiff line change
@@ -96,9 +96,6 @@ export default class Flasher {
9696
render(response: FlasherResponse): void {
9797
response = this.resolveResponse(response);
9898

99-
console.log(response);
100-
console.log('==========================');
101-
10299
this.addStyles(response.styles, () => {
103100
this.addScripts(response.scripts, () => {
104101
this.renderOptions(response.options);

0 commit comments

Comments
 (0)