summaryrefslogtreecommitdiff
path: root/src/common/Shape.m
diff options
context:
space:
mode:
Diffstat (limited to 'src/common/Shape.m')
-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);
}
}