Remove unneded pagination code
requested to merge 262168-pagination-of-bitbucket-server-importer-ignores-first-25-repositories into master
What does this MR do?
This MR removes unused code. Initially this code was responsible for our pagination effort, but since that we've decided to switch to infinite scrolling in !41789 (merged) and this code was untouched
With this switch code introduced a nasty bug. Original "state" of vuex store was initialised as 1 and first page was 1+1 = 2, which means that for importers with pagination enabled first page was hidden as reported in #262168 (closed).
Screenshots (strongly suggested)
N/A
Does this MR meet the acceptance criteria?
Conformity
Edited by Illya Klymov