SimonErm / react-native-job-queue

Easy to use react-native queuing library
https://simonerm.github.io/react-native-job-queue/
122 stars 33 forks source link

Removed debug print #40

Closed Vannevelj closed 3 years ago

Vannevelj commented 3 years ago

Tiny PR to remove a print() statement which I assumed was left in by mistake. When queueing thousands of jobs this ended up spamming my logs quite a bit.

SimonErm commented 3 years ago

Thanks :-) You're right, this print shouldn't be there.