Skip to content

commented out code  #73

Description

@hannahcmtucker

I notice you have quite a few console logs and commented out old bits of code, e.g.

else if (endpoint === '/profile') {
        // let { jwt } = parse(req.headers.cookie)
        //     verify(jwt, process.env.JWT_SECRET, (err, decoded)=>{
        //         console.log(decoded);
        //     });

        staticHandler('public/profile.html', res);

It's generally good practice to try and keep these things off github

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions