Remove debugging call
This commit is contained in:
parent
45fd5264b0
commit
3745525489
1 changed files with 0 additions and 4 deletions
|
@ -71,10 +71,6 @@ class OpenHumansFragment : DaggerFragment() {
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
||||||
openHumansUploader.uploadDataSegmentally()
|
|
||||||
.subscribeOn(Schedulers.io())
|
|
||||||
.subscribe()
|
|
||||||
}
|
}
|
||||||
|
|
||||||
override fun onDestroy() {
|
override fun onDestroy() {
|
||||||
|
|
Loading…
Reference in a new issue