colejd / Waldorf

Annotation frontend for the Media Ecology Project
MIT License
8 stars 3 forks source link

Adjust warning when no annotations found #1

Open novomancy opened 7 years ago

novomancy commented 7 years ago

Right now it looks like an error when there are no annotations found for a particular video. It shouldn't be an error because the video may just be a new one and there actually aren't annotations yet.

colejd commented 7 years ago

If I'm looking at the same part of the code (annotation-manager.js#L10), it's a console warning that was meant to be useful during debug. Should it be totally removed?