mirror of
https://github.com/pnp/sp-dev-fx-webparts.git
synced 2025-03-02 01:39:21 +00:00
remove unused comments
This commit is contained in:
parent
8484a4a2a4
commit
cd63010871
@ -146,7 +146,6 @@ export default class TodoWebPart extends BaseClientSideWebPart<ITodoWebPartProps
|
||||
} else if (propertyPath === 'maxNumberOfTasks') {
|
||||
this._dataProvider.maxNumberOfTasks = newValue;
|
||||
|
||||
// This prevents too many unnecessary requests sended when we drag the slider.
|
||||
this._readItems();
|
||||
}
|
||||
|
||||
|
@ -146,7 +146,6 @@ export default class TodoWebPart extends BaseClientSideWebPart<ITodoWebPartProps
|
||||
} else if (propertyPath === 'maxNumberOfTasks') {
|
||||
this._dataProvider.maxNumberOfTasks = newValue;
|
||||
|
||||
// This prevents too many unnecessary requests sended when we drag the slider.
|
||||
this._readItems();
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user