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