Skip to content

Commit

Permalink
Removing accidental library addition
Browse files Browse the repository at this point in the history
  • Loading branch information
hgoscenski committed Feb 13, 2024
1 parent e2a8a76 commit 2243afa
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ const crypto = require("./crypto");
const constants = require("./constants");
const util = require("./util");
const { time } = require("console");
const { rmSync } = require("fs");

module.exports = class WyzeAPI {
constructor(options, log) {
Expand Down

0 comments on commit 2243afa

Please sign in to comment.