mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 04:27:43 +00:00
MacPDF: Remove logspam
This commit is contained in:
parent
6b9afcfb7c
commit
c0d8131a26
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
Add a link
Reference in a new issue