diff options
| author | Henry Jameson <me@hjkos.com> | 2022-08-17 00:58:05 +0300 |
|---|---|---|
| committer | Henry Jameson <me@hjkos.com> | 2022-08-17 00:58:05 +0300 |
| commit | b4f4b370d406faf69be5c414ce394b608d8792f5 (patch) | |
| tree | d773c22eef8c4bcd96625594eaab75b670f93229 /src/components/timeline | |
| parent | 77dcbe641c5dbc96ab3fcdde98ddf668fec1ecae (diff) | |
forgot to actually add add/remove methods, lel. remove some consolelogs
Diffstat (limited to 'src/components/timeline')
| -rw-r--r-- | src/components/timeline/timeline.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/components/timeline/timeline.js b/src/components/timeline/timeline.js index ee590c4b..8f6cae66 100644 --- a/src/components/timeline/timeline.js +++ b/src/components/timeline/timeline.js @@ -28,7 +28,6 @@ const Timeline = { 'footerSlipgate' // reference to an element where we should put our footer ], data () { - console.log(this.timelineName) return { paused: false, unfocused: false, |
