Skip to content
Snippets Groups Projects
Commit 7d3dec25 authored by schneider's avatar schneider
Browse files

Merge branch 'schneider/remove-app-launcher' into 'master'

hatchery: Remove unused variable

See merge request !34
parents ddc4db1d 248512b1
Branches
Tags
1 merge request!34hatchery: Remove unused variable
Pipeline #5355 passed
......@@ -93,7 +93,6 @@ class AppDetailFragment : Fragment() {
return try {
cacheDir.deleteRecursively()
cacheDir.mkdir()
val appDir = File(cacheDir.absolutePath + "/apps").mkdirs()
val inputStream = HatcheryClient().openDownloadStream(app)
val file = File.createTempFile(app.slug, ".tar.gz", cacheDir)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment