Skip to content
Snippets Groups Projects
Commit e8a00f90 authored by Kalle-Samuli Riihikoski's avatar Kalle-Samuli Riihikoski
Browse files

removed extra print line

parent 7c262e55
No related branches found
No related tags found
No related merge requests found
...@@ -6,7 +6,6 @@ import filecmp ...@@ -6,7 +6,6 @@ import filecmp
def objname(path): def objname(path):
path2 = os.path.dirname(path) + os.sep path2 = os.path.dirname(path) + os.sep
print("kalle:%s"%path2)
pituus = len(path2) pituus = len(path2)
nimi = path[pituus:] nimi = path[pituus:]
......
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