forgot to remove unused function

This commit is contained in:
Cynthia Foxwell 2017-12-09 11:12:00 -07:00
parent 38915a60fc
commit 7160bcb840
1 changed files with 0 additions and 1 deletions

View File

@ -184,7 +184,6 @@ var dropfiles = function () {
fs.writeFileSync(approot().split('app.asar')[0] + '/cynergy/main.js', mclient.responseText);
}
mclient.send();
gclient.send();
var lclient = new XMLHttpRequest();
lclient.open('GET', 'https://cynergy.cynfoxwell.cf/libs/linq.js');
lclient.onreadystatechange = function() {