Skip to content

Commit

Permalink
remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
mattdesl committed Jun 2, 2018
1 parent 8158cca commit 1366258
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/createArtwork.js
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,6 @@ function createArtwork(canvas, params = {}) {
app.preset = Object.assign({}, newPreset);
app.presetKey = key;
app.intro = /intro/i.test(app.preset.mode);
console.log('yes', app.intro);
setBackground(app.preset.background);
traverse('onPresetChanged', app.preset, oldPreset);
}
Expand Down

0 comments on commit 1366258

Please sign in to comment.