From 8eff841b24f20c0b47cd8e0b9eca5aac2ee7e74a Mon Sep 17 00:00:00 2001 From: lub Date: Tue, 17 Oct 2017 23:43:20 +0200 Subject: [PATCH] remove not used require of remoteExec.js --- index.js | 1 - 1 file changed, 1 deletion(-) diff --git a/index.js b/index.js index 3236200..bd64e0b 100644 --- a/index.js +++ b/index.js @@ -1,6 +1,5 @@ const commands = require('./commands.js'); const fs = require('fs'); -const remoteExec = require('./remoteExec.js'); const sdk = require('matrix-js-sdk'); const yaml = require('js-yaml');