diff options
author | James Cook <james@lindenlab.com> | 2010-04-26 14:20:07 -0700 |
---|---|---|
committer | James Cook <james@lindenlab.com> | 2010-04-26 14:20:07 -0700 |
commit | af5dd4fbfa6fdee3d38167ec1153d01fd4265b35 (patch) | |
tree | 22714d3a53757112a5fb9f3f89bd04b7b12f0d3d /indra/newview/llassetuploadresponders.cpp | |
parent | e4f2887983dc6f473c6657b8b653437557c638fa (diff) |
Strip some debug spam
Diffstat (limited to 'indra/newview/llassetuploadresponders.cpp')
-rw-r--r-- | indra/newview/llassetuploadresponders.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llassetuploadresponders.cpp b/indra/newview/llassetuploadresponders.cpp index 8e8be842ef..8441796219 100644 --- a/indra/newview/llassetuploadresponders.cpp +++ b/indra/newview/llassetuploadresponders.cpp @@ -234,7 +234,7 @@ void LLNewAgentInventoryResponder::uploadComplete(const LLSD& content) LLStatusBar::sendMoneyBalanceRequest(); LLSD args; - args["AMOUNT"] = llformat("%d", expected_upload_cost) + std::string(" JAMESDEBUG 1101"); // JAMESDEBUG + args["AMOUNT"] = llformat("%d", expected_upload_cost); LLNotificationsUtil::add("UploadPayment", args); } |