remove opts from transform output

This commit is contained in:
Sebastian McKenzie
2015-01-28 14:14:55 +11:00
parent 8f69e59f29
commit a955af06e0

View File

@@ -349,7 +349,6 @@ File.prototype.generate = function () {
var result = {
code: "",
opts: opts,
map: null,
ast: null
};