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:
parent
0087d94ae7
commit
b3eb0974ea
1 changed files with 0 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue