Skip to content

Commit 6620392

Browse files
committed
removing debug code
1 parent a928526 commit 6620392

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

Sources/PublicModules/PADPackageFileAnalyzer/SwiftPackageFileAnalyzer+Targets.swift

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -185,10 +185,6 @@ private extension SwiftPackageFileAnalyzer {
185185
return "Removed resource \(resource.description)"
186186
}
187187

188-
// TODO: Remove this again!
189-
listOfChanges += ["[DEBUG] Old project base path \(oldProjectBasePath)"]
190-
listOfChanges += ["[DEBUG] New project base path \(newProjectBasePath)"]
191-
192188
return listOfChanges
193189
}
194190
}

0 commit comments

Comments
 (0)