Skip to content

Commit

Permalink
remove log
Browse files Browse the repository at this point in the history
  • Loading branch information
endiliey committed Nov 23, 2018
1 parent 755ed04 commit 2b2987d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion v1/lib/server/versionFallback.js
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,6 @@ function diffLatestDoc(file, id) {
let version;
try {
version = docVersion(id, latest);
console.log(version);
} catch (e) {
console.error(e);
process.exit(1);
Expand Down

0 comments on commit 2b2987d

Please sign in to comment.