mirror of https://github.com/docker/docs.git
Make logs less noisy (#6062)
This commit is contained in:
parent
158694b73f
commit
d8a829662e
|
@ -56,11 +56,11 @@ function findMyTopic(tree)
|
||||||
} else {
|
} else {
|
||||||
if (branch[k].path == pageURL && !branch[k].nosync)
|
if (branch[k].path == pageURL && !branch[k].nosync)
|
||||||
{
|
{
|
||||||
console.log(branch[k].path + ' was == ' + pageURL)
|
// console.log(branch[k].path + ' was == ' + pageURL)
|
||||||
thisIsIt = true;
|
thisIsIt = true;
|
||||||
break;
|
break;
|
||||||
} else {
|
} else {
|
||||||
console.log(branch[k].path + ' was != ' + pageURL)
|
// console.log(branch[k].path + ' was != ' + pageURL)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue