1
0
espelhamento de https://github.com/therootcompany/greenlock.js.git sincronizado 2024-11-16 17:29:00 +00:00

comment out ad-hoc test

Esse commit está contido em:
AJ ONeal 2015-12-14 22:49:31 -08:00
commit 1187336784

Ver arquivo

@ -175,6 +175,7 @@ module.exports.readFile = parsePythonConfFile;
module.exports.stringify = stringifyPythonConf;
module.exports.writeFile = writePythonConfFile;
/*
parsePythonConfFile('examples/renewal-example.com.conf', function (err, obj) {
if (err) {
console.error(err.stack);
@ -190,3 +191,4 @@ parsePythonConfFile('examples/renewal-example.com.conf', function (err, obj) {
console.log(obj);
});
});
*/