|
@@ -757,7 +757,7 @@ final class OpenAPS {
|
|
|
let body = try String(contentsOf: url)
|
|
let body = try String(contentsOf: url)
|
|
|
return Script(name: name, body: body)
|
|
return Script(name: name, body: body)
|
|
|
} catch {
|
|
} catch {
|
|
|
- print("Failed to load script \(name): \(error)")
|
|
|
|
|
|
|
+ debug(.openAPS, "Failed to load script \(name): \(error)")
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
|
|
|