Skip to content

Commit

Permalink
Remove warining message for the keyword description.
Browse files Browse the repository at this point in the history
  • Loading branch information
sylvielamythepaut committed Jan 10, 2022
1 parent a73f2eb commit 631b0e2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/web/MagConfig.cc
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,7 @@ void Style::set(const ValueMap& object) {
methods_["eccharts_layer"] = &Style::name;
methods_["visdef"] = &Style::style;
methods_["scaling"] = &Style::ignore;
methods_["description"] = &Style::ignore;
}

for (auto entry = object.begin(); entry != object.end(); ++entry) {
Expand Down

0 comments on commit 631b0e2

Please sign in to comment.