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…
Reference in New Issue