]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - apps/tidep0084.git/blobdiff - example/iot-gateway/node_modules/brfs/test/files/path_join.js
Updated Sensor To Cloud design to have an easy to use setup GUI on the
[apps/tidep0084.git] / example / iot-gateway / node_modules / brfs / test / files / path_join.js
diff --git a/example/iot-gateway/node_modules/brfs/test/files/path_join.js b/example/iot-gateway/node_modules/brfs/test/files/path_join.js
deleted file mode 100644 (file)
index 0735834..0000000
+++ /dev/null
@@ -1,4 +0,0 @@
-var fs = require('fs');
-var path = require('path');
-var html = fs.readFileSync(path.join(__dirname, 'robot.html'), 'utf8');
-console.log(html);