Skip to content

Commit 938b391

Browse files
committed
Remove unneeded comment
1 parent 018c193 commit 938b391

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/lib/server/metaTagsInjector.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,6 @@ function verifyImage(imagePath) {
2121
};
2222
}
2323

24-
// For now we're just verifying existence, not actual dimensions
25-
// In a production environment, you might want to use an image processing
26-
// library to check actual dimensions
27-
2824
return {
2925
path: imagePath,
3026
width: 1200, // Default OG image width

0 commit comments

Comments
 (0)