Revert "Exposed the computeSize method to the debugger"

This reverts commit 3ee3d3e39ca8f52a1981b34f3c7102c377dd30b1.
This commit is contained in:
Kenneth Geisshirt 2018-06-28 10:36:55 +02:00
parent 6aefa482d2
commit f907ebc367

View File

@ -130,7 +130,6 @@ util.createMethods(Realm.prototype, objectTypes.REALM, [
'removeListener', 'removeListener',
'removeAllListeners', 'removeAllListeners',
'close', 'close',
'computeSize',
'_waitForDownload', '_waitForDownload',
'_objectForObjectId', '_objectForObjectId',
]); ]);