Skip to content

Commit

Permalink
Removed a console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
dosaki committed Jul 11, 2018
1 parent f974d8b commit e7a3bed
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/parser/style.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ const Style = function(table, line){

const isValidProperty = (property) => {
const keyValue = property.trim().split(parserUtils.constants.STYLING_PROPERTY_KEY_VALUE_DELIMITER);
console.log(keyValue);
return keyValue.length == 2 && keyValue[0].trim() !== "" && keyValue[1].trim() !== "";
}

Expand Down

0 comments on commit e7a3bed

Please sign in to comment.