Remove temp github logging
This commit is contained in:
parent
29e752bc9b
commit
96d17ddeb8
@ -64,8 +64,6 @@ export default async function AdminAppInsights() {
|
||||
hasVercelBlobStorage,
|
||||
} = APP_CONFIGURATION;
|
||||
|
||||
console.log('codeMeta', { codeMeta });
|
||||
|
||||
return (
|
||||
<AdminAppInsightsClient
|
||||
codeMeta={codeMeta}
|
||||
|
||||
@ -103,7 +103,6 @@ export const getLatestBaseRepoCommitSha = async () => {
|
||||
|
||||
const getIsRepoForkedFromBase = async (params: RepoParams) => {
|
||||
const data = await fetchGitHub(getGitHubApiRepoUrl(params));
|
||||
console.log('getIsRepoForkedFromBase', { data });
|
||||
return (
|
||||
Boolean(data.fork) &&
|
||||
data.source?.full_name === `${TEMPLATE_REPO_OWNER}/${TEMPLATE_REPO_NAME}`
|
||||
|
||||
Loading…
Reference in New Issue
Block a user