Remove comment.

master
Travis Howse 2011-09-16 16:12:34 +10:00
parent 547b2f2457
commit bb32e6654e
1 changed files with 0 additions and 1 deletions

View File

@ -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: