Project

General

Profile

« Previous | Next » 

Revision 54781

[trunk]: Connect: Remove unnecessary logs

View differences:

community.component.ts
116 116
                          // emptyCommunity.id = this.masterZenodoCommunityId;
117 117
                          // emptyCommunity.title = this.masterZenodoCommunityId;
118 118
                          // this.masterZenodoCommunity = emptyCommunity;
119
                          console.log("Master Zenodo community'" + this.community.zenodoCommunity + "' couldn't be loaded");
119
                          //console.log("Master Zenodo community'" + this.community.zenodoCommunity + "' couldn't be loaded");
120 120

  
121 121

  
122 122
                        }
......
130 130

  
131 131
                        },
132 132
                        error => {
133
                          console.log("list of zenodo communities couldn't be loaded");
133
                          console.error("list of zenodo communities couldn't be loaded");
134 134
                        } //this.handleError('System error retrieving community profile', error)
135 135
                      );
136 136

  

Also available in: Unified diff