Skip to content

Commit 3836fff

Browse files
committed
re-adding debug code
1 parent 6620392 commit 3836fff

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Sources/PublicModules/PADPackageFileAnalyzer/SwiftPackageFileAnalyzer+Targets.swift

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -185,6 +185,10 @@ 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+
188192
return listOfChanges
189193
}
190194
}

0 commit comments

Comments
 (0)