remove unused comments

This commit is contained in:
ysliu 2016-09-18 14:12:17 +08:00
parent 8484a4a2a4
commit cd63010871
2 changed files with 0 additions and 2 deletions

View File

@ -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();
}

View File

@ -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();
}