Skip to content

Commit 3e105f1

Browse files
committed
fix build
1 parent cba099e commit 3e105f1

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [Unreleased]
9+
10+
- fix build
11+
12+
813
## [0.3.0] - 2024-09-09
914

1015
- Fix setUser - ensure updated config values are passed to the queue

src/dispatch-queue.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ export class DispatchQueue {
2828
}
2929

3030
async flush(config: BaselimeRumConfig) {
31-
console.log(config)
3231
if(this.queue.length === 0) return
3332
const events = this.queue;
3433
this.queue = []

0 commit comments

Comments
 (0)