Skip to content

Commit b92faf4

Browse files
committed
remove a debug statement
1 parent 6c04557 commit b92faf4

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

app/src/main/kotlin/com/simplemobiletools/draw/activities/MainActivity.kt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ import android.net.Uri
99
import android.os.Bundle
1010
import android.provider.MediaStore
1111
import android.support.v4.content.FileProvider
12-
import android.util.Log
1312
import android.view.Menu
1413
import android.view.MenuItem
1514
import android.webkit.MimeTypeMap
@@ -154,7 +153,6 @@ class MainActivity : SimpleActivity(), MyCanvas.PathsChangedListener {
154153
val output = intent.extras?.get(MediaStore.EXTRA_OUTPUT)
155154
if (output != null && output is Uri) {
156155
isImageCaptureIntent = true
157-
Log.e("DEBUG", "output $output, path ${output.path}")
158156
curPath = output.path
159157
invalidateOptionsMenu()
160158
}

0 commit comments

Comments
 (0)