Remove exe

This commit is contained in:
cdricms
2024-01-16 13:16:49 +01:00
parent 98463dcb0a
commit b0cc12329b
2 changed files with 0 additions and 15 deletions

View File

@@ -1,13 +0,0 @@
import Foundation
import OpenFoodFacts
let off = OpenFoodFactsClient()
off.prod = true
// do {
// // let res = try await off.search("Coca-Cola")
// // print(res)
// } catch {
// print(error)
// }