Skip to content

Commit

Permalink
Remove console logs and update Fig.Generator in
Browse files Browse the repository at this point in the history
fig.ts
  • Loading branch information
maastrich committed Nov 15, 2023
1 parent 1bcb243 commit 20777fa
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions scripts/fig.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
const generator: Fig.Generator = {
script(args) {
console.log(args);
return [
"moonx",
"_moonx_list",
Expand All @@ -11,7 +10,6 @@ const generator: Fig.Generator = {
},
trigger: "moonx",
postProcess(out) {
console.log("here");
const lines = out.split("\n");
return lines.map((line) => {
return {
Expand Down

0 comments on commit 20777fa

Please sign in to comment.