diff --git a/osiris.js b/osiris.js index 67e8fad..92a1ba4 100644 --- a/osiris.js +++ b/osiris.js @@ -39,15 +39,6 @@ function areRemoteChanges() { }); } -// Function to check if local files are outdated compared to the remote GitHub repo -async function checkRepoStatus() { - const remoteChanges = await areRemoteChanges(); - if (remoteChanges) { - console.log('There are remote changes. Some files may be outdated.'); - } else { - console.log('No remote changes. All files are up to date.'); - } -} // Function to check if local files are outdated compared to the remote GitHub repo async function checkRepoStatus() { const remoteChanges = await areRemoteChanges();