remove console.log in rest

This commit is contained in:
Amish Shah
2016-08-13 14:45:22 +01:00
parent b8db4c4f4b
commit f2ccef1ce5

View File

@@ -56,7 +56,6 @@ class RESTManager {
/*
file is {file, name}
*/
console.log(url);
const apiRequest = request[method](url);
const endpoint = url.replace(/\/[0-9]+/g, '/:id');