- Release 0.1.0

This commit is contained in:
Giuseppe Nucifora 2016-01-19 14:07:54 +01:00
parent 78776f796f
commit 17cea1e099

View File

@ -125,7 +125,7 @@
@try { @try {
[_textStorage removeAttribute:NSBackgroundColorAttributeName range:_selectableRange]; [_textStorage removeAttribute:NSBackgroundColorAttributeName range:_selectableRange];
} @catch (NSException *exception) { } @catch (NSException *exception) {
NSLogDebug(@"%@", exception); NSLog(@"%@", exception);
} }
} }