Skip to content

Commit

Permalink
show default mode network
Browse files Browse the repository at this point in the history
  • Loading branch information
arsho committed Mar 8, 2024
1 parent e03ca33 commit 0ca1d73
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions web_app/barcodes.js
Original file line number Diff line number Diff line change
Expand Up @@ -473,9 +473,6 @@ async function read_file(file) {
} else {
reject(new Error("Unsupported file format"));
}
if (matrix.length == 113 && matrix[0].length == 113) {
return filter_default_mode_network(matrix);
}
resolve(matrix);
};

Expand Down

0 comments on commit 0ca1d73

Please sign in to comment.