summaryrefslogtreecommitdiff
path: root/src/common
diff options
context:
space:
mode:
authorrandomguy3 <randomguy3@7c02a99a-9b00-45e3-bf44-6f3dd7fddb64>2012-01-08 17:37:03 +0000
committerrandomguy3 <randomguy3@7c02a99a-9b00-45e3-bf44-6f3dd7fddb64>2012-01-08 17:37:03 +0000
commite9b614e436b5720c1b2c51a07c5c063197cbf1e1 (patch)
treec941e6ad7e36ea4b155945c3f2e86290d4882997 /src/common
parent04c737bcffd1ed1f16b33c2a4199497c881c8502 (diff)
Fix app icon and directory creation on Windows
git-svn-id: https://tikzit.svn.sourceforge.net/svnroot/tikzit/trunk@359 7c02a99a-9b00-45e3-bf44-6f3dd7fddb64
Diffstat (limited to 'src/common')
-rw-r--r--src/common/Shape.m3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/common/Shape.m b/src/common/Shape.m
index 8fdfe8b..8714031 100644
--- a/src/common/Shape.m
+++ b/src/common/Shape.m
@@ -85,7 +85,6 @@ NSDictionary *shapeDictionary = nil;
for (NSString *f in files) {
if ([f hasSuffix:@".tikz"]) {
nm = [f substringToIndex:[f length]-5];
- NSLog(@"found: %@", nm);
TikzShape *sh =
[[TikzShape alloc] initWithTikzFile:
[shapeDir stringByAppendingPathComponent:f]];
@@ -95,8 +94,6 @@ NSDictionary *shapeDictionary = nil;
}
}
}
- } else {
- NSLog(@"shape directory \"%@\" not found", shapeDir);
}
}