diff --git a/js/eeprom-v1.0.js b/js/eeprom-v1.0.js index 4ad9e67..5e3ad6b 100644 --- a/js/eeprom-v1.0.js +++ b/js/eeprom-v1.0.js @@ -5,8 +5,6 @@ var EEPROM = function(srcId, endpoint, authorization) { authorization: authorization, }; - console.log(obj); - obj.setEndpoint = function(endpoint) { obj.endpoint = (endpoint || '').toString(); };