Index: ui/file_manager/file_manager/foreground/js/import_controller.js |
diff --git a/ui/file_manager/file_manager/foreground/js/import_controller.js b/ui/file_manager/file_manager/foreground/js/import_controller.js |
index 6825c30ee7f5b2f9aabd7b5920a0d4177a236d56..94380b983ab4da3fb49a129577c1ba8c669d8ea2 100644 |
--- a/ui/file_manager/file_manager/foreground/js/import_controller.js |
+++ b/ui/file_manager/file_manager/foreground/js/import_controller.js |
@@ -220,7 +220,6 @@ importer.ImportController.prototype.onClick_ = |
importer.ImportController.prototype.execute = function() { |
console.assert(!this.activeImport_, |
'Cannot execute while an import task is already active.'); |
- // TODO(kenobi): Record import button clicked. |
var scan = this.scanManager_.getActiveScan(); |
assert(scan != null); |