Skip to content

Commit

Permalink
remove console log
Browse files Browse the repository at this point in the history
  • Loading branch information
paulhcsun committed Jan 11, 2024
1 parent a1bf124 commit 5ef0094
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -331,7 +331,6 @@ function pathFromToken(token: IResolvable | undefined) {
* Render a parameter null value
*/
function renderNull(key: string, _value: null): {[key: string]: null} {
console.log("YEET");
return { [key]: null };
}

Expand Down

0 comments on commit 5ef0094

Please sign in to comment.