Skip to content

Commit

Permalink
fix: Remove unused example macros
Browse files Browse the repository at this point in the history
  • Loading branch information
jlacivita committed Jun 18, 2024
1 parent b204cba commit b4f157c
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/sdks/core/src/js/sdk/Lifecycle/defaults.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,6 @@

import MockTransport from '../Transport/MockTransport.mjs'

// let inactive = 0 /* {EXAMPLE:inactive} */
// let foreground = 0 /* {EXAMPLE:foreground} */
// let background = 0 /* {EXAMPLE:background} */
// let suspended = 0 /* {EXAMPLE:suspended} */
// let unloading = 0 /* {EXAMPLE:unloading} */

const emit = (value) => {
MockTransport.event('Lifecycle', value.state, value)
}
Expand Down

0 comments on commit b4f157c

Please sign in to comment.