Changeset 512

Show
Ignore:
Timestamp:
03/29/08 09:43:48 (9 months ago)
Author:
gbooker
Message:

Removed debug logs

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/SapphireFrappliance/SapphirePosterChooser.m

    r504 r512  
    433433        if(posterMarch != nil) 
    434434                return nil; 
    435         NSLog(@"Requested preview"); 
    436435        SapphireMediaPreview *preview = [[SapphireMediaPreview alloc] initWithScene:[self scene]]; 
    437436        SapphireMedia *asset = [[SapphireMedia alloc] initWithMediaURL:[NSURL fileURLWithPath:@"none"]]; 
     
    446445        [preview setAsset:asset]; 
    447446        [asset release]; 
    448         NSLog(@"Path is %@", posterDest); 
    449447         
    450448        return preview;