mirror of
https://github.com/sailfishos/ofono
synced 2025-11-19 22:56:02 +08:00
[ofono] Don't use __DATE and __TIME__ macros
They make every build unique and we don't want that.
This commit is contained in:
@@ -1124,7 +1124,6 @@ static gboolean setup_xmm7xxx(struct modem_info *modem)
|
||||
const char *mdm = NULL, *net = NULL;
|
||||
GSList *list;
|
||||
|
||||
DBG("%s %s\n", __DATE__, __TIME__);
|
||||
DBG("%s %s %s %s %s %s\n", modem->syspath, modem->devname,
|
||||
modem->driver, modem->vendor, modem->model, modem->sysattr);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user