Skip to content

Commit 85059c6

Browse files
author
Khoubza Younes
committed
chore: build assets
1 parent 57b9a29 commit 85059c6

File tree

6 files changed

+24
-16
lines changed

6 files changed

+24
-16
lines changed

packages/flasher/dist/flasher.js

-2
Original file line numberDiff line numberDiff line change
@@ -296,8 +296,6 @@
296296
Flasher.prototype.render = function (response) {
297297
var _this = this;
298298
response = this.resolveResponse(response);
299-
console.log(response);
300-
console.log('==========================');
301299
this.addStyles(response.styles, function () {
302300
_this.addScripts(response.scripts, function () {
303301
_this.renderOptions(response.options);

packages/flasher/dist/flasher.min.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/flasher/dist/index.js

-2
Original file line numberDiff line numberDiff line change
@@ -292,8 +292,6 @@ var Flasher = (function () {
292292
Flasher.prototype.render = function (response) {
293293
var _this = this;
294294
response = this.resolveResponse(response);
295-
console.log(response);
296-
console.log('==========================');
297295
this.addStyles(response.styles, function () {
298296
_this.addScripts(response.scripts, function () {
299297
_this.renderOptions(response.options);

0 commit comments

Comments
 (0)