Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
RaananW committed Nov 8, 2024
1 parent 155e160 commit 22e2e0a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/dev/buildTools/src/generateDeclaration.ts
Original file line number Diff line number Diff line change
Expand Up @@ -429,7 +429,6 @@ function getPackageDeclaration(
*/
// find the index of global {
const globalIndex = processedSource.indexOf(" global {");
console.log("found global", globalIndex);
if (globalIndex !== -1) {
// find where the ending } is. What we do is we count +1 if we find a { and -1 if we find a }. when we get to 0, this is the end of the global
let count = 1;
Expand Down

0 comments on commit 22e2e0a

Please sign in to comment.