Skip to content

Commit d380174

Browse files
committed
minor
1 parent 624ee3b commit d380174

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

services/static-webserver/client/source/class/osparc/jobs/RunsTableModel.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,6 @@ qx.Class.define("osparc.jobs.RunsTableModel", {
119119
_loadRowData(firstRow, qxLastRow) {
120120
this.setIsFetching(true);
121121

122-
qxLastRow = osparc.store.Jobs.SERVER_MAX_LIMIT; // Default to 2 rows for testing purposes
123122
const lastRow = Math.min(qxLastRow, this._rowCount - 1);
124123
// Returns a request promise with given offset and limit
125124
const getFetchPromise = (offset, limit) => {

0 commit comments

Comments
 (0)