Skip to content

Commit c28f2d9

Browse files
committed
remove debugging code to be handled in another PR
Signed-off-by: Mohamed Abd El-Samie Ahmad Mansour <[email protected]>
1 parent 8b3cbb3 commit c28f2d9

File tree

4 files changed

+4
-36
lines changed

4 files changed

+4
-36
lines changed

.github/workflows/main.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Native Build & Test
22

33
env:
4-
cacheId: '9' # increment to expire the cache
4+
cacheId: '8' # increment to expire the cache
55

66
on:
77
pull_request:

packages/legacy/core/App/App.tsx

-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ import RootStack from './navigators/RootStack'
2222
import { theme } from './theme'
2323
import { OpenIDCredentialRecordProvider } from './modules/openid/context/OpenIDCredentialRecordProvider'
2424
import { tours } from './constants'
25-
import './DebugCode'
2625

2726
const App = (system: Container): React.FC => {
2827
initLanguages(translationResources)

packages/legacy/core/App/DebugCode.ts

-34
This file was deleted.

packages/legacy/core/App/contexts/auth.tsx

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// Dont remove the following import line or the pin check will fail when opening askar waller
2+
import '@hyperledger/aries-askar-react-native'
3+
14
import 'reflect-metadata'
25

36
import { AskarWallet } from '@credo-ts/askar' // is this enough instead of line number 2

0 commit comments

Comments
 (0)