diff options
author | Tor Lillqvist <tml@collabora.com> | 2013-10-22 00:58:13 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2013-10-22 01:10:35 +0300 |
commit | 36fb29338bbe2f3013ccedd244043e510b9ba0c1 (patch) | |
tree | 4d6414fbe3d6d1a423e4f9aa100e0256cef4b7ef /ios/experimental | |
parent | bdf2b506c38b38af531d8c8aa14dd51d89386899 (diff) |
Bin verbose logging
Change-Id: Ifd3613f7a48f966f23ea2023f922b05b5f83fcab
Diffstat (limited to 'ios/experimental')
-rw-r--r-- | ios/experimental/LibreOffice/LibreOffice/AppDelegate.m | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/ios/experimental/LibreOffice/LibreOffice/AppDelegate.m b/ios/experimental/LibreOffice/LibreOffice/AppDelegate.m index b4d027e44620..a2abfb8caf44 100644 --- a/ios/experimental/LibreOffice/LibreOffice/AppDelegate.m +++ b/ios/experimental/LibreOffice/LibreOffice/AppDelegate.m @@ -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]; }); |