[bugfix] remove print root path

This commit is contained in:
misyaguziya
2025-06-16 18:59:37 +09:00
parent e25cd62891
commit c12f51f802

View File

@@ -24,7 +24,6 @@ class OverlayImage:
self.root_path = os_path.join(os_path.dirname(__file__), "..", "..", "..", "fonts")
else:
self.root_path = os_path.join(root_path, "_internal", "fonts")
print(self.root_path)
@staticmethod
def concatenateImagesVertically(img1: Image, img2: Image, margin: int = 0) -> Image: