在执行框中去除时间

#define NSLog(FORMAT, ...) printf("%s ", [[NSString stringWithFormat:FORMAT, ##__VA_ARGS__] UTF8String]) 

 在头上加上这句话就可以了

原文地址:https://www.cnblogs.com/jidezhi/p/5120443.html