MacPDF: Remove logspam
This commit is contained in:
parent
6b9afcfb7c
commit
c0d8131a26
Notes:
sideshowbarker
2024-07-16 22:11:09 +09:00
Author: https://github.com/nico Commit: https://github.com/SerenityOS/serenity/commit/c0d8131a26 Pull-request: https://github.com/SerenityOS/serenity/pull/21361
1 changed files with 0 additions and 1 deletions
|
@ -63,7 +63,6 @@ static NSBitmapImageRep* ns_from_gfx(NonnullRefPtr<Gfx::Bitmap> bitmap_p)
|
|||
// Called from MacPDFDocument.
|
||||
- (void)setDocument:(WeakPtr<PDF::Document>)doc
|
||||
{
|
||||
NSLog(@"doc set");
|
||||
_doc = move(doc);
|
||||
_page_index = 0;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue