Skip to content

Commit 8a9b341

Browse files
committed
Removed redundant method call
1 parent ef18804 commit 8a9b341

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SSYWeblocGuy.m

+1-1
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ - (NSDictionary*)filenameAndUrlFromWeblocFileAtPath:(NSString*)path {
127127
if (url.length > 0) {
128128
NSString* filename = [[path lastPathComponent] stringByDeletingPathExtension] ;
129129
answer = [NSDictionary dictionaryWithObjectsAndKeys:
130-
[filename stringByDeletingPathExtension], @"filename",
130+
filename, @"filename",
131131
url, @"url",
132132
nil] ;
133133
}

0 commit comments

Comments
 (0)