Skip to content

Commit 970504b

Browse files
committed
RBGuileBridge.swift(guile_handle_key): Only output key name in DEBUG.
1 parent 5091d87 commit 970504b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Spotiqueue/Classes/RBGuileBridge.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -192,11 +192,13 @@ public func track_to_scm_record(track: RBSpotifyItem) -> SCM {
192192
_scm_false())
193193

194194
if !_scm_is_true(action) {
195+
#if DEBUG
195196
scm_simple_format(_scm_true(),
196197
scm_from_utf8_string("[keymap=~a] ~a not bound by user.~%"),
197198
scm_list_2(
198199
scm_from_utf8_string(map.rawValue.cString(using: .utf8)),
199200
guile_key))
201+
#endif
200202
return false
201203
}
202204

0 commit comments

Comments
 (0)