Commit bb32e665 authored by Travis Howse's avatar Travis Howse

Remove comment.

parent 547b2f24
......@@ -132,7 +132,6 @@ class showstl(wx.Window):
#print name
if name.lower().endswith(".stl"):
#Filter out the path, just show the STL filename.
#newname=re.match(r".*[/\\](.*?\.stl)", name.lower()).group(1)
newname=os.path.split(name.lower())[1]
c=1
while newname in self.models:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment