Removed unneded code.
This commit is contained in:
parent
738069dfba
commit
2fc1e1c313
1 changed files with 0 additions and 4 deletions
|
@ -467,10 +467,6 @@ module Import::OTRS
|
||||||
while run
|
while run
|
||||||
count += steps
|
count += steps
|
||||||
log 'loading... diff ...'
|
log 'loading... diff ...'
|
||||||
offset = count - steps
|
|
||||||
if offset != 0
|
|
||||||
offset = count - steps + 1
|
|
||||||
end
|
|
||||||
records = load( 'Ticket', steps, count - steps, 1 )
|
records = load( 'Ticket', steps, count - steps, 1 )
|
||||||
if !records || !records[0]
|
if !records || !records[0]
|
||||||
log '... no more work.'
|
log '... no more work.'
|
||||||
|
|
Loading…
Reference in a new issue