mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-12-09 03:11:14 +01:00
tests: Delete unused variable
This commit is contained in:
parent
90adc50289
commit
e88c532172
@ -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…
x
Reference in New Issue
Block a user