Skip to content

Commit

Permalink
Removed extraneous debugging comment
Browse files Browse the repository at this point in the history
  • Loading branch information
onecrayon committed Feb 5, 2014
1 parent 698dee6 commit 572b1ad
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ShellActions/Classes/OCShellAction.m
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,6 @@ - (BOOL)performActionWithContext:(id)context error:(NSError **)outError {
eProjectPath = [[doc directoryURL] path];
} else if ([[context documentContext] projectContext]) {
// This grabs the project URL for Espresso 2.2+
NSLog(@"USING PROJECT CONTEXT");
eProjectPath = [[[[context documentContext] projectContext] directoryURL] path];
}

Expand Down

0 comments on commit 572b1ad

Please sign in to comment.