Skip to content

Commit

Permalink
refactor: remove unused property
Browse files Browse the repository at this point in the history
  • Loading branch information
kumo01GitHub committed Dec 31, 2024
1 parent e2eda86 commit 32a9d7d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/browser/DeviceProxy.js
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,6 @@ module.exports = {
getDeviceInfo: function (success, error) {
setTimeout(function () {
success({
cordova: browser.cordovaVersion,
platform: getPlatform(),
model: getModel(),
version: getVersion(),
Expand Down

0 comments on commit 32a9d7d

Please sign in to comment.