Skip to content

Commit

Permalink
small cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
nathandunn committed Apr 13, 2020
1 parent 149d359 commit 8c44b10
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion grails-app/services/org/bbop/apollo/FileService.groovy
Expand Up @@ -311,7 +311,6 @@ class FileService {
new File(initialLocation).mkdirs()

File outputFile = new File(initialLocation, tempFileName)
println "writing output file ${outputFile}"
assert outputFile.createNewFile()
log.debug "${initialLocation} -> can write: ${outputFile.absolutePath} -> ${outputFile.exists()} -> ${outputFile.canWrite()}"
try {
Expand Down

0 comments on commit 8c44b10

Please sign in to comment.