Stupid grammar.

This commit is contained in:
Alexander Blair 2017-11-01 10:34:18 -07:00
parent 1c84693b90
commit 6e767e175e

View file

@ -678,7 +678,7 @@ function Database(){
global.database.env.sync(function(){
});
} else {
console.log("Block cleaning disabled. Would of removed: " + JSON.stringify(data));
console.log("Block cleaning disabled. Would have removed: " + JSON.stringify(data));
}
});
};