mirror of
https://github.com/mii443/AzooKeyKanaKanjiConverter.git
synced 2025-12-03 02:58:27 +00:00
wip
This commit is contained in:
@@ -19,7 +19,6 @@ private let _isDebugLogEnabled = false // true にすると従来通り出力さ
|
||||
@_disfavoredOverload
|
||||
@inlinable public func debug(_ items: Any...) {
|
||||
#if DEBUG
|
||||
guard _isDebugLogEnabled else { return }
|
||||
var result = ""
|
||||
for value in items {
|
||||
if result.isEmpty {
|
||||
|
||||
Reference in New Issue
Block a user