Skip to content

Commit

Permalink
remove console
Browse files Browse the repository at this point in the history
  • Loading branch information
ufukygmr committed Feb 10, 2023
1 parent 6e01e97 commit 3e0b1e6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pdfConverterAPI/leafGenerator/docFunctions.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ const getDateAndTime = () => {
const date = new Date().toLocaleString("tr-TR", {
timeZone: "Europe/Moscow",
});
console.log(date);
return date.toString();
};

Expand Down

1 comment on commit 3e0b1e6

@vercel
Copy link

@vercel vercel bot commented on 3e0b1e6 Feb 10, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.