Wordpress default blog page

I changed the default setting for my blog page to a static page that displays a list of blog posts by adding a line to my .htaccess file

Redirect 301 /blog/ http://www.clickbasics.com/get-info/

Now I want to change back to the default display such that the blog posts are just displayed with the most recent post appearing first. I commented out the line in my .htaccess file

#Redirect 301 /blog/ http://www.clickbasics.com/get-info/

and reset the Blog menu setting to /blog/
Yet, still, clicking on the menu item for Blog redirects to /get-info/
What am I missing?

I think I’ve figured it out. I need to recreate a page with the permalink /blog/. I’m working with my web host to do this.

Maybe it’s only cached version?
have you try to delete cache of your browser?

Yes. I’m all set now. Thanks