Bug 595875 - Removed all Utils.log in all tabview tests [r=dolske, a=beltzner]

--HG--
extra : rebase_source : 586b3ee560d408b461325cdb437723637643866d
This commit is contained in:
Raymond Lee 2010-09-17 12:57:26 +08:00
Родитель 87fc7626a6
Коммит 3744433a53
1 изменённых файлов: 0 добавлений и 1 удалений

Просмотреть файл

@ -116,7 +116,6 @@ function onTabViewWindowLoaded() {
// Move the second group up 10 px. It now should snap.
checkSnap(thirdGroup, 0, -10, contentWindow, function(snapped){
ok(snapped,"Offset: Moving up 10 again should snap!");
contentWindow.Utils.log('endGame!');
endGame();
});
});