mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-10 23:36:14 -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() {
|
casper.then(function checkCharacterCount() {
|
||||||
console.log("PENIS " + getRemainingBioCharacterCount());
|
|
||||||
test.assert(getRemainingBioCharacterCount() === '200', 'Bio remaining characters is 200');
|
test.assert(getRemainingBioCharacterCount() === '200', 'Bio remaining characters is 200');
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue