Commit d174a55b authored by 李震's avatar 李震

Merge branch 'lz/gmPhobos' into 'master'

删除代码

See merge request !18
parents 10d3f1dc b3716d3c
......@@ -321,7 +321,6 @@ static NSString *sdkVersion = @"110";
[dict setObject:@(0) forKey:@"fake"];
[dict setObject:page.referrerId ? : @"" forKey:@"referrer_id"];
[dict setObject:page.extraParam ? : @"" forKey:@"extra_param"];
NSAssert(page.inTime.length > 0, @"页面显示时间不应该为空!");
[Phobos track:@"page_view" attributes:dict];
}
@catch (NSException *exception) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment