We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba66962 commit c8ebeb9Copy full SHA for c8ebeb9
MathSubjectView.m
@@ -98,7 +98,6 @@ - (void)typesetMathWithArray:(NSArray *)arr{
98
*/
99
- (NSArray *)parserString:(NSString *)str{
100
NSArray *arr = [str componentsSeparatedByString:@"@"];
101
- NSLog(@"%@",arr);
102
NSMutableArray *newArr = [NSMutableArray arrayWithArray:arr];
103
for (NSInteger i = 0; i < newArr.count; i ++) {
104
if ([newArr[i] hasPrefix:@"/math#"]||[newArr[i] hasPrefix:@"/image#"]) {
0 commit comments