diff --git a/libnd4j/include/ops/declarable/generic/parity_ops/ones_as.cpp b/libnd4j/include/ops/declarable/generic/parity_ops/ones_as.cpp index dccebf8c9..32ce54300 100644 --- a/libnd4j/include/ops/declarable/generic/parity_ops/ones_as.cpp +++ b/libnd4j/include/ops/declarable/generic/parity_ops/ones_as.cpp @@ -38,7 +38,7 @@ namespace sd { auto dtype = block.numD() ? D_ARG(0) : ArrayOptions::dataType(in); auto shape = sd::ConstantShapeHelper::getInstance()->createShapeInfo(dtype, in); - nd4j_printf("numD: %i; dtype: %s\n", block.numD(), DataTypeUtils::asString(dtype).c_str()); + //nd4j_printf("numD: %i; dtype: %s\n", block.numD(), DataTypeUtils::asString(dtype).c_str()); return SHAPELIST(shape); }