Skip to content
Snippets Groups Projects
Commit 4c639b7a authored by Maël Méliani's avatar Maël Méliani
Browse files

Removed "print"...

parent c80ee73f
No related branches found
No related tags found
No related merge requests found
...@@ -911,7 +911,6 @@ class MRA(object): ...@@ -911,7 +911,6 @@ class MRA(object):
return os.path.relpath(path, self.get_font_path()) return os.path.relpath(path, self.get_font_path())
def list_fonts(self): def list_fonts(self):
print self.get_font_path()
for (root, _, files) in os.walk(self.get_font_path()): for (root, _, files) in os.walk(self.get_font_path()):
for f in files: for f in files:
if f.endswith(".ttf") and not f.startswith("."): if f.endswith(".ttf") and not f.startswith("."):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment