Skip to content

Commit

Permalink
remove comments
Browse files Browse the repository at this point in the history
  • Loading branch information
shalldie committed Oct 18, 2024
1 parent 13a0c9a commit 583f248
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/background/PatchFile/PatchFile.javascript.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,6 @@ import { AbsPatchFile } from './PatchFile.base';
*/
export class JsPatchFile extends AbsPatchFile {
public async applyPatches(patchContent: string) {
// if (!patchContent.length) {
// return;
// }

let content = await this.getBackup();
content += [
//
Expand Down

0 comments on commit 583f248

Please sign in to comment.