Remove redundant hello.js from charts directory (#130)

This commit is contained in:
Sanket Sudake
2017-02-20 15:14:56 -08:00
committed by Soam Vasani
parent 3b75a86773
commit f4b6558e79
-1
View File
@@ -1 +0,0 @@
module.exports = function(context, callback) { callback(200, "Hello, world!\n"); }