summaryrefslogtreecommitdiff
path: root/indra/llvfs
diff options
context:
space:
mode:
authorAura Linden <aura@lindenlab.com>2012-12-11 07:40:26 -0800
committerAura Linden <aura@lindenlab.com>2012-12-11 07:40:26 -0800
commit6b059d183b9516f45e775bde00f255cef8aab7c0 (patch)
treeed4d5828ecbdf25c5643e83184ca66934af09b71 /indra/llvfs
parent53ea30af06f94b5462fada7c4bfea3122b50ff95 (diff)
Crash reporter fixed, debugging removed.
Diffstat (limited to 'indra/llvfs')
-rw-r--r--indra/llvfs/llvfs_objc.mm3
1 files changed, 0 insertions, 3 deletions
diff --git a/indra/llvfs/llvfs_objc.mm b/indra/llvfs/llvfs_objc.mm
index 61cfad99d6..16cfefda26 100644
--- a/indra/llvfs/llvfs_objc.mm
+++ b/indra/llvfs/llvfs_objc.mm
@@ -51,9 +51,6 @@ std::string* findSystemDirectory(NSSearchPathDirectory searchPathDirectory,
YES);
if ([paths count])
{
- //NSString *bundleName = @"SecondLife";
- //[[[NSBundle mainBundle] infoDictionary] objectForKey:@"CFBundleIdentifier"];
- //path = [[paths objectAtIndex:0] stringByAppendingPathComponent:bundleName];
path = [paths objectAtIndex:0];
//SPATTERS HACK: Always attempt to create directory, ignore errors.
NSError *error = nil;