zooniverse / zooniverse-readymade

Apache License 2.0
1 stars 3 forks source link

Can I toggle off classification send in a development mode #15

Closed steveraden closed 10 years ago

steveraden commented 10 years ago

It could be useful to turn off the classification being sent , but still printing to the console. Does it already do this? It looks like Classifer.sendClassification() already does this and I don't see the POST.

brian-c commented 10 years ago

By default, ports above 1023 are "dev mode" and classifications aren't actually sent.

You can now override this with a ?dev=0 flag in the URL.

On production, ?dev=1 will flip it back into dev mode.