From f4b6558e791dd0da35489e57eef7b9a640b16b1f Mon Sep 17 00:00:00 2001 From: Sanket Sudake Date: Tue, 21 Feb 2017 04:44:56 +0530 Subject: [PATCH] Remove redundant hello.js from charts directory (#130) --- charts/hello.js | 1 - 1 file changed, 1 deletion(-) delete mode 100644 charts/hello.js diff --git a/charts/hello.js b/charts/hello.js deleted file mode 100644 index ae6d0c31..00000000 --- a/charts/hello.js +++ /dev/null @@ -1 +0,0 @@ -module.exports = function(context, callback) { callback(200, "Hello, world!\n"); }