aboutsummaryrefslogtreecommitdiff
path: root/src/trainMSVMMajdataset.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/trainMSVMMajdataset.c')
-rw-r--r--src/trainMSVMMajdataset.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/trainMSVMMajdataset.c b/src/trainMSVMMajdataset.c
index a6f3e87..b9d9180 100644
--- a/src/trainMSVMMajdataset.c
+++ b/src/trainMSVMMajdataset.c
@@ -111,15 +111,10 @@ int main(int argc, char **argv)
consistency_repeats(q, training->repeats, training->traintype);
}
- printf("here 0\n");
free_queue(q);
- printf("here 1\n");
free(training);
- printf("here 2\n");
msvmmaj_free_data(train_data);
- printf("here 3\n");
msvmmaj_free_data(test_data);
- printf("here 4\n");
note("Done.\n");
return 0;