mirror of
https://github.com/atom/atom.git
synced 2026-01-22 21:38:10 -05:00
Remove debug logging
This commit is contained in:
@@ -23,11 +23,9 @@ class ArchiveView extends ScrollView
|
||||
@tree.hide()
|
||||
@loadingMessage.show()
|
||||
archive.list @path, tree: true, (error, entries) =>
|
||||
console.log @path, error, entries
|
||||
if error?
|
||||
console.error("Error listing archive file: #{@path}", error.stack ? error)
|
||||
else
|
||||
console.log entries
|
||||
@loadingMessage.hide()
|
||||
@tree.empty()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user