Skip to content

Commit e1d6d5d

Browse files
committed
Tweak log messages
1 parent 0c83ee4 commit e1d6d5d

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

package/oracledbinstall.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -128,8 +128,6 @@ function verifyBinary() {
128128
return;
129129
}
130130

131-
packageUtil.log('Binary found');
132-
133131
let remoteShaFile = '';
134132
let binarySha;
135133

@@ -428,7 +426,7 @@ function install() {
428426
if (valid) {
429427
done(null, true);
430428
} else {
431-
packageUtil.log('Continuing with installation');
429+
packageUtil.log('Continuing installation');
432430

433431
return new Promise((resolve, reject) => {
434432
installBinary()

0 commit comments

Comments
 (0)