Skip to content

Commit d8b3bdf

Browse files
authored
cleanup
1 parent 4e0cf1e commit d8b3bdf

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

interface/gemmt.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -331,7 +331,6 @@ void CNAME(enum CBLAS_ORDER order, enum CBLAS_UPLO Uplo,
331331
info = 2;
332332
if (uplo < 0)
333333
info = 1;
334-
if (info >0 ) fprintf(stderr,"colmajor\n");
335334
}
336335

337336
if (order == CblasRowMajor) {
@@ -412,7 +411,6 @@ void CNAME(enum CBLAS_ORDER order, enum CBLAS_UPLO Uplo,
412411
info = 3;
413412
if (uplo < 0)
414413
info = 1;
415-
if (info >0 ) fprintf(stderr,"rowmajor\n");
416414
}
417415

418416
if (info >= 0) {

0 commit comments

Comments
 (0)