mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-01-19 14:13:34 +01:00
tests: Delete unused variable
This commit is contained in:
parent
90adc50289
commit
e88c532172
1 changed files with 0 additions and 1 deletions
|
@ -10,7 +10,6 @@ var filePath = path.join(__dirname, '../../../../APIKEY.txt');
|
|||
var apiKey = fs.readFileSync(filePath, {encoding: 'utf-8'});
|
||||
apiKey = apiKey.replace(/\n$/, "");
|
||||
var apiVersion = 1;
|
||||
var testPadId = makeid();
|
||||
var groupID = "";
|
||||
var authorID = "";
|
||||
var sessionID = "";
|
||||
|
|
Loading…
Reference in a new issue