Skip to content

Commit

Permalink
updated error messages
Browse files Browse the repository at this point in the history
  • Loading branch information
jzethofer committed Feb 28, 2022
1 parent 8cded26 commit 3516d89
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/visual.ts
Original file line number Diff line number Diff line change
Expand Up @@ -302,9 +302,7 @@ export class Visual implements IVisual {
const slabtype = plotModel.overlayPlotSettings.overlayPlotSettings.slabType;
const slabRectangles = this.viewModel.slabRectangles;
const plotHeight = this.viewModel.generalPlotSettings.plotHeight;
debugger;
if (slabtype != SlabType.None && slabRectangles != null) {
debugger;
if (slabRectangles.length == 0) {
return err(new SlabInformationError());
}
Expand Down

0 comments on commit 3516d89

Please sign in to comment.