Stray line from offline rendering experiments.

This commit is contained in:
Par Winzell 2018-12-10 11:22:40 -08:00
parent ca62b8de9f
commit 941a96bbb0
1 changed files with 0 additions and 2 deletions

View File

@ -30,8 +30,6 @@ const MODELS :Array<Model> = [
const CONVERSION_TIMEOUT_MS = 50000; const CONVERSION_TIMEOUT_MS = 50000;
process.env['ELECTRON_DISABLE_SECURITY_WARNINGS'] = 'true';
describe('FBX2glTF', () => { describe('FBX2glTF', () => {
const tmpobj = tmp.dirSync(); const tmpobj = tmp.dirSync();
for(let model of MODELS) { for(let model of MODELS) {