Skip to content

Commit cda0e26

Browse files
misc cleanup
1 parent 682fb11 commit cda0e26

File tree

2 files changed

+0
-49
lines changed

2 files changed

+0
-49
lines changed

lib/utils.js

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1029,13 +1029,3 @@ exports.injectTimestampsOption = function injectTimestampsOption(writeOperation,
10291029
}
10301030
writeOperation.timestamps = timestampsOption;
10311031
};
1032-
1033-
exports.print = function(...args) {
1034-
const { inspect } = require('util');
1035-
console.error(
1036-
inspect(
1037-
...args,
1038-
{ depth: Infinity }
1039-
)
1040-
);
1041-
};

scripts/run-encryption-tests.sh

Lines changed: 0 additions & 39 deletions
This file was deleted.

0 commit comments

Comments
 (0)