fix: remove console

This commit is contained in:
RaktimaNXG
2024-05-29 18:43:24 +05:30
parent 48fd9e52b3
commit 33b0111ed0
3 changed files with 171 additions and 173 deletions
@@ -3,7 +3,6 @@ export default async function CreatePublicTemplate(request) {
const ispublic = request.params.ispublic;
const publicrole = request.params.publicrole;
try {
console.log('session token', request);
if (!request?.user) {
throw new Parse.Error(Parse.Error.INVALID_SESSION_TOKEN, 'User is not authenticated.');
} else {