Skip to content

Commit

Permalink
Removing debugging spam
Browse files Browse the repository at this point in the history
  • Loading branch information
nathancarter committed Oct 26, 2017
1 parent 429fab1 commit cd8a2db
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions source/plugins/storageplugin.litcoffee
Original file line number Diff line number Diff line change
Expand Up @@ -167,11 +167,9 @@ related getters for listing all back-ends, or getting the current one.
availableBackends: => Object.keys @backends
getBackend: => @backend
setBackend: ( which ) =>
console.log 'setting back end', which
if which in @availableBackends()
@backend = which
window.setFileSystem @backends[@backend]
console.log @backends[@backend]
The following function is useful for storing file objects provided by
[the cloud storage module](https://github.com/lurchmath/cloud-storage), and
Expand Down

0 comments on commit cd8a2db

Please sign in to comment.