This is an automated email from the ASF dual-hosted git repository.
csantanapr pushed a commit to branch master
in repository
https://gitbox.apache.org/repos/asf/incubator-openwhisk-runtime-nodejs.git
The following commit(s) were added to refs/heads/master by this push:
new b99d71e Remove load of unused filesystem module (#110)
b99d71e is described below
commit b99d71ecf65f2a981da638c71f284f7b0dc7bdd5
Author: Matt Rutkowski <[email protected]>
AuthorDate: Wed Feb 13 21:59:36 2019 -0600
Remove load of unused filesystem module (#110)
---
core/nodejsActionBase/src/service.js | 1 -
1 file changed, 1 deletion(-)
diff --git a/core/nodejsActionBase/src/service.js
b/core/nodejsActionBase/src/service.js
index eb99b6e..26dca1b 100644
--- a/core/nodejsActionBase/src/service.js
+++ b/core/nodejsActionBase/src/service.js
@@ -16,7 +16,6 @@
*/
var NodeActionRunner = require('../runner');
-var fs = require('fs');
function NodeActionService(config) {
var Status = {