Skip to content

Commit

Permalink
Updated bower version and removed console messages.
Browse files Browse the repository at this point in the history
  • Loading branch information
Protoss78 committed May 27, 2017
1 parent dfeffe4 commit fb636e0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "textfit-div",
"version": "1.0.0",
"version": "1.0.1",
"authors": [
"Roman Kaufmann <[email protected]>"
],
Expand Down
2 changes: 0 additions & 2 deletions textfit-div.html
Original file line number Diff line number Diff line change
Expand Up @@ -235,8 +235,6 @@
return;
}
try {
console.log('FitMe:');
console.log(this.$.fitMe);
textFit(this.$.fitMe, {
alignHoriz: this.horizontalCenter,
alignVert: this.verticalCenter,
Expand Down

0 comments on commit fb636e0

Please sign in to comment.