Skip to content

Commit d3d911e

Browse files
ObjectBoxCommand: remove debug log statement
1 parent f34d571 commit d3d911e

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

Plugins/GeneratorCommand/ObjectBoxCommand.swift

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -105,12 +105,9 @@ struct GeneratorCommand: CommandPlugin {
105105
} else if targets.isEmpty {
106106
Diagnostics.error("No target found")
107107
return
108-
} else {
109-
print("Have one target \(targets[0].name)")
110108
}
111109

112-
print("Remove updated version 1") // some debug to see if latest git version is fetched, or if some cache is used
113-
110+
// This processes all targets, but above code ensures there is only one
114111
for target in targets {
115112
guard let target = target.sourceModule else { continue }
116113

0 commit comments

Comments
 (0)