Skip to content

Commit

Permalink
Removing old console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
fishcharlie committed Apr 18, 2020
1 parent 36e103b commit d0b92d0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/Condition.js
Expand Up @@ -107,7 +107,6 @@ Condition.prototype.requestObject = function(settings = {"conditionString": "Con
const [key, value] = entry;
// TODO: we should fix this so that we can do `isDynamoItem(value)`
if (!Document.isDynamoObject({"key": value})) {
console.log(value, Object.keys(value));
obj.ExpressionAttributeValues[key] = Document.toDynamo(value, {"type": "value"});
}
return obj;
Expand Down

0 comments on commit d0b92d0

Please sign in to comment.