diff --git a/lib/index.js b/lib/index.js index 660c58b..0b005e2 100644 --- a/lib/index.js +++ b/lib/index.js @@ -66,7 +66,6 @@ module.exports.create = function(config) { apiTimeDiff = res.body - Math.round(Date.now() / 1000); return api(httpMethod, path, params); }).catch(function(err) { - // todo throw new Error('[OVH] Unable to fetch OVH API time'); }); }