Skip to content

Commit ae3dd32

Browse files
committed
Deleted console.log()
1 parent 712e791 commit ae3dd32

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/utils/DragAndDrop.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -140,10 +140,8 @@ define(function (require, exports, module) {
140140

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

0 commit comments

Comments
 (0)