remove epoch

This commit is contained in:
josch
2014-09-24 21:20:21 +02:00
parent 095a05ec3c
commit c763863d27
5 changed files with 0 additions and 39 deletions

View File

@@ -37,7 +37,6 @@ int mfshell_cmd_status(mfshell * mfshell, int argc, char *const argv[])
fprintf(stderr, "Invalid number of arguments\n");
return -1;
}
// then files
retval = mfconn_api_device_get_status(mfshell->conn);
mfconn_update_secret_key(mfshell->conn);