mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-26 20:34:02 +03:00
Removing console.log
This commit is contained in:
parent
0087d94ae7
commit
b3eb0974ea
@ -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');
|
||||
});
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user