Skip to content

Commit

Permalink
chore(backend): remove obsolete debug output
Browse files Browse the repository at this point in the history
  • Loading branch information
dr460nf1r3 committed Nov 21, 2024
1 parent baecfad commit 4ab9e0e
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions backend/src/repo-manager/repo-manager.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -678,8 +678,6 @@ class RepoManager {
// }
// }

Logger.debug(pkgConfig.pkgInDb.namcapAnalysis);

if (!foundTrigger && pkgConfig.pkgInDb.namcapAnalysis) {
const namcapAnalysis: Partial<NamcapAnalysis> = pkgConfig.pkgInDb.namcapAnalysis;
const relevantKeys = [
Expand All @@ -690,9 +688,6 @@ class RepoManager {
"link-level-dependence",
];

Logger.debug(`searching shared lib for ${pkgConfig.pkgInDb.pkgname}`);
Logger.debug(namcapAnalysis);

for (const key of relevantKeys) {
let trigger: ArchlinuxPackage;
if (namcapAnalysis[key]) {
Expand Down

0 comments on commit 4ab9e0e

Please sign in to comment.