Remove obsolete comments

This commit is contained in:
An Phan 2016-03-01 00:52:49 +08:00
parent a7e5cdcb00
commit 29ac291340

View file

@ -2,11 +2,6 @@ import Vue from 'vue';
/**
* Responsible for all HTTP requests.
*
* IMPORTANT:
* If the user has a good enough connection to stream music, he or she shouldn't
* encounter any HTTP errors. That's why Koel doesn't handle HTTP errors.
* After all, even if there were errors, how bad can it be?
*/
export default {
request(method, url, data, successCb = null, errorCb = null) {