Skip to content

Commit

Permalink
refactor(junk-code): removed junk code from actual sdk codebase
Browse files Browse the repository at this point in the history
  • Loading branch information
ravindra-dyte committed Dec 8, 2023
1 parent 8bde327 commit ce8e019
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 21 deletions.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@
"lint": "eslint . --ext .ts",
"lint:fix": "eslint . --ext .ts --ext .js --fix",
"build": "tsc && vite build && vite build -c vite.umd.config.ts",
"dev": "VITE_DEV=true vite",
"prepare": "is-ci || husky install",
"prepublishOnly": "cp package.json package.json.bak && node prepublish.js",
"postpublish": "mv package.json.bak package.json",
Expand Down
7 changes: 0 additions & 7 deletions src/env.d.ts

This file was deleted.

13 changes: 0 additions & 13 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -53,16 +53,3 @@ export {
removeTranscriptionsListener,
getTranscriptions,
};

const isLocal = import.meta.env.DEV;
if (isLocal) {
Object.assign(window, {
Symbl: {
activateTranscriptions,
deactivateTranscriptions,
addTranscriptionsListener,
removeTranscriptionsListener,
getTranscriptions,
},
});
}

0 comments on commit ce8e019

Please sign in to comment.