bug fixed

This commit is contained in:
edgarriba 2014-08-09 19:15:46 +02:00
parent 80b4f99b1e
commit bc250c2e3f

View File

@ -162,10 +162,6 @@ int main(int argc, char *argv[])
return -1;
}
// Input parameters
if(argc > 2) pnpMethod = 0;
// start and end times
time_t start, end;