Skip to content

Commit

Permalink
Stattistics frontend completed
Browse files Browse the repository at this point in the history
  • Loading branch information
FernandoES committed Oct 30, 2017
1 parent 01d23b3 commit 8806991
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ export class StatisticMapService {
if(accumulated.fileName.length === 0){
accumulated.fileName=maps[i].fileName;
}
else if(accumulated.fileName!==maps[i].fileName){//!!!WARNING!!! Reached, is that a problem?
else if(accumulated.fileName!==maps[i].fileName){
console.log("Not every map with the same file name: "+accumulated.fileName+" "+maps[i].fileName);
}
//Here projectName is added
Expand Down

0 comments on commit 8806991

Please sign in to comment.