MacPDF: Remove logspam

This commit is contained in:
Nico Weber 2023-10-03 09:09:15 -04:00 committed by Andreas Kling
parent 6b9afcfb7c
commit c0d8131a26

View file

@ -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;