mirror of
https://github.com/node-red/node-red.git
synced 2025-03-01 10:36:34 +00:00
Remove unused variables.
This commit is contained in:
@@ -179,9 +179,7 @@ module.exports = function(RED) {
|
||||
RED.nodes.registerType("rpi-gpio in",GPIOInNode);
|
||||
RED.nodes.registerType("rpi-gpio out",GPIOOutNode);
|
||||
|
||||
var querystring = require('querystring');
|
||||
RED.httpAdmin.get('/rpi-gpio/:id',function(req,res) {
|
||||
var credentials = RED.nodes.getCredentials(req.params.id);
|
||||
res.send( JSON.stringify(pitype) );
|
||||
});
|
||||
}
|
||||
|
Reference in New Issue
Block a user