diff --git a/lib/local_comms.js b/lib/local_comms.js index 7a256a6..947ec15 100644 --- a/lib/local_comms.js +++ b/lib/local_comms.js @@ -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)); } }); };