0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-27 22:49:56 -05:00

Removing console.log

This commit is contained in:
Hannah Wolfe 2014-06-24 04:02:25 +01:00
parent 0087d94ae7
commit b3eb0974ea

View file

@ -297,7 +297,6 @@ CasperTest.emberBegin('User settings screen shows remaining characters for Bio p
}
casper.then(function checkCharacterCount() {
console.log("PENIS " + getRemainingBioCharacterCount());
test.assert(getRemainingBioCharacterCount() === '200', 'Bio remaining characters is 200');
});