Removing cruft...

This commit is contained in:
Karishma Chadha 2018-03-21 14:46:21 -04:00
parent b4f6f24926
commit 24e248d4fb

View file

@ -197,10 +197,8 @@ const parseScratchObject = function (object, runtime, extensions, zip) {
const soundPromises = (object.sounds || []).map(soundSource => {
const sound = {
format: soundSource.format,
// fileUrl: soundSource.fileUrl,
rate: soundSource.rate,
sampleCount: soundSource.sampleCount,
// soundID: soundSource.soundID,
name: soundSource.name,
md5: soundSource.md5,
data: null