forked from flashii/eeprom
Removed leftover console.log (oops).
This commit is contained in:
parent
d5d4096dc3
commit
d8975e5c33
1 changed files with 0 additions and 2 deletions
|
@ -5,8 +5,6 @@ var EEPROM = function(srcId, endpoint, authorization) {
|
||||||
authorization: authorization,
|
authorization: authorization,
|
||||||
};
|
};
|
||||||
|
|
||||||
console.log(obj);
|
|
||||||
|
|
||||||
obj.setEndpoint = function(endpoint) {
|
obj.setEndpoint = function(endpoint) {
|
||||||
obj.endpoint = (endpoint || '').toString();
|
obj.endpoint = (endpoint || '').toString();
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue