diff --git a/gitmodules.js b/gitmodules.js index 0a43f248b..cef5343ea 100644 --- a/gitmodules.js +++ b/gitmodules.js @@ -67,8 +67,6 @@ for (const subPath in modules) { }); } -console.log(`before init and update submodule`); - // Ensure submodules are on the appropriate branch for (const subPath in modules) { const dirPath = path.join(__dirname, subPath);