remove obsolete comment

This commit is contained in:
Girish Ramakrishnan
2019-09-03 18:52:37 -07:00
parent b1380819ba
commit 45cf8a62d1

View File

@@ -112,7 +112,6 @@ function unconfigureReverseProxy(app, callback) {
assert.strictEqual(typeof app, 'object');
assert.strictEqual(typeof callback, 'function');
// TODO: maybe revoke the cert
reverseProxy.unconfigureApp(app, callback);
}