Skip to content

Commit

Permalink
Update obj.gs
Browse files Browse the repository at this point in the history
  • Loading branch information
pffy authored Sep 3, 2022
1 parent db89df2 commit 4ded03f
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/obj.gs
Original file line number Diff line number Diff line change
Expand Up @@ -164,11 +164,6 @@ function cotton (range) {

val = displayValues[x][y].trim();

// fixes rendering issue
// if(arr.length < 1 && !val) {
// arr.push(' ');
// }

if(!val) {
arr.push(' ');
continue;
Expand Down

0 comments on commit 4ded03f

Please sign in to comment.