Skip to content

Commit

Permalink
remove console log
Browse files Browse the repository at this point in the history
  • Loading branch information
Kr0nox committed Jul 18, 2024
1 parent 07bc93a commit 5cc2113
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion report-viewer/src/model/factories/ComparisonFactory.ts
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,6 @@ export class ComparisonFactory extends BaseFactory {
if (files.length == 1) {
return files
}
console.log(files)
let longestPrefix = files[0].fileName
for (let i = 1; i < files.length; i++) {
if (longestPrefix == '') {
Expand Down

0 comments on commit 5cc2113

Please sign in to comment.