mirror of
https://github.com/macvim-dev/macvim.git
synced 2026-06-11 15:37:29 +02:00
Removed some warning logs
git-svn-id: http://macvim.googlecode.com/svn/trunk@228 96c4425d-ca35-0410-94e5-3396d5c13a8f
This commit is contained in:
+2
-2
@@ -935,7 +935,7 @@ enum {
|
||||
[inputQueue addObject:data];
|
||||
#else
|
||||
// Just drop the input
|
||||
NSLog(@"WARNING: Dropping input in %s", _cmd);
|
||||
//NSLog(@"WARNING: Dropping input in %s", _cmd);
|
||||
#endif
|
||||
} else {
|
||||
[self processInputBegin];
|
||||
@@ -958,7 +958,7 @@ enum {
|
||||
[inputQueue addObjectsFromArray:messages];
|
||||
#else
|
||||
// Just drop the input
|
||||
NSLog(@"WARNING: Dropping input in %s", _cmd);
|
||||
//NSLog(@"WARNING: Dropping input in %s", _cmd);
|
||||
#endif
|
||||
} else {
|
||||
[self processInputBegin];
|
||||
|
||||
Reference in New Issue
Block a user