Skip to content

Commit

Permalink
Resolved conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
nguyenhung15913 committed Oct 1, 2021
2 parents c9f72f1 + 4d15d25 commit 72efea5
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions bin/osdssg.js
Expand Up @@ -31,7 +31,6 @@ const textToPMd = (input) => {
};

const getTitle = (input) => {
console.log("test1");
return input.split(/\r?\n/).slice(0, 1);
};

Expand All @@ -57,7 +56,6 @@ const updatingLang = (parsedHtml) => {
};

let cli = require("yargs");
const { string } = require("yargs");

cli = cli
.usage("All available options for OSDSSG: ")
Expand Down

0 comments on commit 72efea5

Please sign in to comment.