Skip to content

Commit

Permalink
Fix logs from shifts (#331)
Browse files Browse the repository at this point in the history
  • Loading branch information
Qwebeck authored and prenc committed Mar 26, 2021
1 parent 944df01 commit eb4c606
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/logic/schedule-parser/shifts-types-info.parser.ts
Original file line number Diff line number Diff line change
Expand Up @@ -142,9 +142,9 @@ export class ShiftsTypesInfoParser {
if (index >= 0 && shiftRow[index]) {
return shiftRow[index];
} else {
this.logLoadFileError(
"Nie ustawiono koloru dla zmiany: " + name + ". Ustawiono: " + DEFAULT_COLOR.name
);
// this.logLoadFileError(
// "Nie ustawiono koloru dla zmiany: " + name + ". Ustawiono: " + DEFAULT_COLOR.name
// );
return DEFAULT_COLOR.value;
}
}
Expand Down

0 comments on commit eb4c606

Please sign in to comment.