Skip to content

Commit

Permalink
Code cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Gerrit0 committed Dec 30, 2023
1 parent 6150075 commit 2a7b4d0
Show file tree
Hide file tree
Showing 3 changed files with 86 additions and 152 deletions.
4 changes: 0 additions & 4 deletions src/lib/converter/plugins/SourcePlugin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -267,10 +267,6 @@ function replaceSourcesWithParentSources(
return false;
}

if (refl.name === "privateArrow") {
console.log("privateArrow");
}

const symbol = refl.project.getSymbolFromReflection(refl.parent);
if (!symbol?.declarations) {
return false;
Expand Down
7 changes: 0 additions & 7 deletions src/test/converter/inheritance/inherit-doc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -62,13 +62,6 @@ export function functionSource<T>(arg1: T, arg2: T): string {
return `${arg1}${arg2}`;
}

/**
* @inheritDoc SubClassA.printName
*/
export function functionTargetGlobal() {
return "";
}

/**
* @inheritDoc functionSource
*
Expand Down
Loading

0 comments on commit 2a7b4d0

Please sign in to comment.