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.
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?
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.