mirror of
https://github.com/therootcompany/greenlock.js.git
synced 2025-03-06 08:40:41 +00:00
comment out ad-hoc test
This commit is contained in:
parent
5b91f52a05
commit
1187336784
@ -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);
|
||||
});
|
||||
});
|
||||
*/
|
||||
|
Loading…
x
Reference in New Issue
Block a user