Project

General

Profile

« Previous | Next » 

Revision 54775

[trunk]: Remove unnecessary logs from library.

View differences:

claimContextSearchForm.component.ts
339 339
          data => {
340 340

  
341 341
            this.concepts =data;
342
            console.log(data);
343 342
              for(var i =0 ; i<data.length; i++){
344 343
                if(data[i].hasSubConcept == true){
345 344
                  this.getSubConcepts(data[i].id);
......
372 371
       }else{
373 372
         this._contextService.getSubConcepts(conceptId, "",true, this.properties.contextsAPI).subscribe(
374 373
           data => {
375
             console.log(data);
376 374
               for(var i =0 ; i<data.length; i++){
377 375
                 this.concepts.push(data[i]);
378 376
               }
......
443 441
            data => {
444 442
             var concepts = data[0];
445 443
                this.conceptsClass[categoryId].push(concepts)
446
                console.log("Data"+concepts);
447 444

  
448 445

  
449 446

  
450
              console.log(this.conceptsClass[categoryId]);
451 447
              this.conceptsCategoryLoading[categoryId] = false;
452 448
             },
453 449
            err => {
......
459 455

  
460 456
     }
461 457
  communityChanged(){
462
    console.log(this.selectedCommunityId +"  ");
463 458
    this.warningMessage = "";
464 459
    this.infoMessage = "";
465 460
    for(var i = 0; i< this.communities.length; i++){

Also available in: Unified diff