Skip to content

Commit

Permalink
Deleted console.log()
Browse files Browse the repository at this point in the history
  • Loading branch information
sdalmeida committed May 12, 2017
1 parent 712e791 commit ae3dd32
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/utils/DragAndDrop.js
Original file line number Diff line number Diff line change
Expand Up @@ -140,10 +140,8 @@ define(function (require, exports, module) {

return Async.doInParallel(paths, function (path, idx) {
var result = new $.Deferred();
console.log("Hey! I'm here! 143");
// Only open files.
FileSystem.resolve(path, function (err, item) {
console.log("Hey! I'm here! 146");
if (!err && item.isFile) {
// If the file is already open, and this isn't the last
// file in the list, return. If this *is* the last file,
Expand Down

0 comments on commit ae3dd32

Please sign in to comment.