mirror of
https://github.com/docker/docs.git
synced 2026-03-27 06:18:55 +07:00
Make logs less noisy (#6062)
This commit is contained in:
@@ -56,11 +56,11 @@ function findMyTopic(tree)
|
||||
} else {
|
||||
if (branch[k].path == pageURL && !branch[k].nosync)
|
||||
{
|
||||
console.log(branch[k].path + ' was == ' + pageURL)
|
||||
// console.log(branch[k].path + ' was == ' + pageURL)
|
||||
thisIsIt = true;
|
||||
break;
|
||||
} else {
|
||||
console.log(branch[k].path + ' was != ' + pageURL)
|
||||
// console.log(branch[k].path + ' was != ' + pageURL)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user