aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llfloaterimport.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'linden/indra/newview/llfloaterimport.cpp')
-rw-r--r--linden/indra/newview/llfloaterimport.cpp5
1 files changed, 4 insertions, 1 deletions
diff --git a/linden/indra/newview/llfloaterimport.cpp b/linden/indra/newview/llfloaterimport.cpp
index ed71c1b..c60c571 100644
--- a/linden/indra/newview/llfloaterimport.cpp
+++ b/linden/indra/newview/llfloaterimport.cpp
@@ -452,6 +452,9 @@ void LLFloaterImport::draw()
452// static 452// static
453void LLFloaterImport::finishImport(ImportAssetInfo *info) 453void LLFloaterImport::finishImport(ImportAssetInfo *info)
454{ 454{
455 // Commenting this code out and removing
456 // ObjectImport message from the message template
457 /*
455 llinfos << "Uploading object " << info->FilenameAndPath << "..." << llendl; 458 llinfos << "Uploading object " << info->FilenameAndPath << "..." << llendl;
456 459
457 LLUUID new_file_id; 460 LLUUID new_file_id;
@@ -502,7 +505,7 @@ void LLFloaterImport::finishImport(ImportAssetInfo *info)
502 else 505 else
503 { 506 {
504 llinfos << "Failed to copy file." << llendl; 507 llinfos << "Failed to copy file." << llendl;
505 } 508 }*/
506} 509}
507 510
508// static 511// static