@marianmeres/webrtc 1.2.3 → 1.2.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -713,9 +713,7 @@ export class WebRtcManager {
713
713
  }
714
714
  // deno-lint-ignore no-explicit-any
715
715
  #log(...args) {
716
- if (this.#config.debug) {
717
- this.#logger.log("[WebRtcManager]", ...args);
718
- }
716
+ this.#logger.log("[WebRtcManager]", ...args);
719
717
  }
720
718
  // deno-lint-ignore no-explicit-any
721
719
  #warn(...args) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@marianmeres/webrtc",
3
- "version": "1.2.3",
3
+ "version": "1.2.4",
4
4
  "type": "module",
5
5
  "main": "dist/mod.js",
6
6
  "types": "dist/mod.d.ts",