Skip to content

Commit

Permalink
Remove logging used for debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
kylesuss committed Jul 7, 2020
1 parent 298ad9e commit 9182d9f
Showing 1 changed file with 1 addition and 13 deletions.
14 changes: 1 addition & 13 deletions lib/core/src/server/build-dev.js
Original file line number Diff line number Diff line change
Expand Up @@ -178,19 +178,7 @@ export const getReleaseNotesData = async (currentVersionToParse, fileSystemCache
isMajorOrMinorDiff,
currentVersion: releaseNotesVersion,
};
} catch (error) {
console.log(`
ERROR
`);
console.log(error);
} catch (e) {
result = getReleaseNotesFailedState(currentVersionToParse);
}
return result;
Expand Down

0 comments on commit 9182d9f

Please sign in to comment.