Skip to content

Commit

Permalink
Remove an unused line (#55)
Browse files Browse the repository at this point in the history
  • Loading branch information
SungjunApp authored Jan 13, 2023
1 parent 9bfcd4c commit 82f7c34
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ class PXLClient(val context: Context) {
init {
requireNotNull(PXLClient.apiKey) { "no apiKey, please set apiKey before start" }
Logger.addLogAdapter(AndroidLogAdapter())
context.applicationContext
android_id = Secure.getString(context.applicationContext.contentResolver, Secure.ANDROID_ID)
}

Expand Down

0 comments on commit 82f7c34

Please sign in to comment.