diff options
author | Loren Shih <seraph@lindenlab.com> | 2009-11-11 20:21:45 -0500 |
---|---|---|
committer | Loren Shih <seraph@lindenlab.com> | 2009-11-11 20:21:45 -0500 |
commit | bcdd3c25b6bcfaac7849e9aad6fd6c9bb2da1e82 (patch) | |
tree | db511eb599acb2352844fbd2c2f2a15177f6da59 /indra/newview | |
parent | 067f91f8ad57fc1eed10e1811b2c7f588d84052a (diff) |
Took out unnecessary llinfos msg from LLInventoryModel.
Diffstat (limited to 'indra/newview')
-rw-r--r-- | indra/newview/llinventorymodel.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/indra/newview/llinventorymodel.cpp b/indra/newview/llinventorymodel.cpp index c56feab588..d455c7bdbf 100644 --- a/indra/newview/llinventorymodel.cpp +++ b/indra/newview/llinventorymodel.cpp @@ -1147,7 +1147,6 @@ void LLInventoryModel::notifyObservers(const std::string service_name) return; } mIsNotifyObservers = TRUE; - llinfos << "Start process notifyObservers for " << this << llendl; for (observer_list_t::iterator iter = mObservers.begin(); iter != mObservers.end(); ) { |