This is just some static backup of the original site, don't expect every link to work!

Ignore:
Timestamp:
Nov 15, 2011, 12:22:28 PM (11 years ago)
Author:
rene <rene@…>
Branches:
ng_0.9
Children:
d8da4b
Parents:
f17e5d3
Message:

cleanup debug messages

File:
1 edited

Legend:

Unmodified
Added
Removed
  • content/modules/plugins/conversation.js

    rf17e5d3 rbf505e  
    2929
    3030let _changeIdentityToSmartIdentity = function(identityData) {
    31   Log.debug("## changeIdentityToSmartIdentity\n");
     31  Log.debug("changeIdentityToSmartIdentity\n");
    3232 
    3333  if ( identityData.id.key != null ) {
    3434    currentParams.identity = AccountManager.getIdentity(identityData.id.key);
    35     Log.debug("## changed base identity to ", identityData.id.key);
     35    Log.debug("changed base identity to ", identityData.id.key);
    3636    virtualSenderNameElem.text(currentIdSenderName);
    3737  }
    3838  virtualIdInUse = !(identityData.isExistingIdentity(false));
    39   Log.debug("## changeIdentityToSmartIdentity virtualIdInUse=" + virtualIdInUse + "\n");
     39  Log.debug("changeIdentityToSmartIdentity virtualIdInUse=" + virtualIdInUse + "\n");
    4040  if (virtualIdInUse) {
    4141    currentIdentityData = identityData;
     
    7373      var existingIDIndex = localSmartIdentityCollection._foundExistingIdentity();
    7474      if (existingIDIndex) {
    75         Log.debug("## smartIdentity: found existing Identity, use without interaction.\n", existingIDIndex.key);
     75        Log.debug("smartIdentity: found existing Identity, use without interaction.\n", existingIDIndex.key);
    7676        changeIdentityToSmartIdentity(localSmartIdentityCollection._allIdentities, existingIDIndex.key);
    7777        return;
     
    9393  onMessageBeforeSendOrPopout: function(aAddress, aStatus, aPopout) {
    9494    let toAddrList = aAddress.to.concat(aAddress.cc);
    95     Log.debug("## onMessageBeforeSendOrPopup");
     95    Log.debug("onMessageBeforeSendOrPopup");
    9696   
    9797    if (virtualIdInUse) {
Note: See TracChangeset for help on using the changeset viewer.