1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-26 02:07:35 +00:00

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. // Called from MacPDFDocument.
- (void)setDocument:(WeakPtr<PDF::Document>)doc - (void)setDocument:(WeakPtr<PDF::Document>)doc
{ {
NSLog(@"doc set");
_doc = move(doc); _doc = move(doc);
_page_index = 0; _page_index = 0;