Sublime Text: prevent new line comment

comments, sublimetext2

Solution

This is indeed caused by the package DocBlockr.

When using this package, you can hit `shift + enter` to prevent the `//` from appearing on your new line.

Problem

I am not completely sure if this not a plugin, but after starting a line comment in .js file, for example, when I hit enter the next line starts with "//" as well. This is kind of annoying. Is there a simple way to remove this?

Original source