Kaydet (Commit) 36fb2933 authored tarafından Tor Lillqvist's avatar Tor Lillqvist

Bin verbose logging

Change-Id: Ifd3613f7a48f966f23ea2023f922b05b5f83fcab
üst bdf2b506
......@@ -228,14 +228,6 @@ void touch_ui_selection_start(MLOSelectionKind kind,
(void) preview;
// Note that this is called on the LO thread
NSLog(@"==> touch_ui_selection_start");
for(int i = 0; i < rectangleCount; ++i){
NSLog(@" %fx%f@(%f,%f)",
rectangles[i].size.width,
rectangles[i].size.height,
rectangles[i].origin.x,
rectangles[i].origin.y);
}
dispatch_async(dispatch_get_main_queue(), ^{
[theView startSelectionOfType:kind withNumber:rectangleCount ofRectangles:rectangles forDocument:documentHandle];
});
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment