remove comment

This commit is contained in:
Mitchell Livingston 2009-09-12 01:07:21 +00:00
parent 980b09522c
commit 7d0a458f63
1 changed files with 1 additions and 1 deletions

View File

@ -64,7 +64,7 @@
- (id) initWithHandle: (tr_session *) handle path: (NSString *) path
{
if ((self = [super initWithWindowNibName: @"Creator"]))
{//NSLog([[self window] frameAutosaveName]);
{
fStarted = NO;
fPath = [path retain];