Skip to content

Commit

Permalink
release: remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
cipchk committed Jan 20, 2024
1 parent 3442c4b commit 89627e7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/app/core/code/code.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ export class CodeService {
});
});
res.dependencies['@angular/core'] = ngCoreVersion;
console.log(res);

return res;
}
Expand Down

0 comments on commit 89627e7

Please sign in to comment.