Remove debug line from test.

This commit is contained in:
David Anderson 2012-08-31 17:57:24 -07:00
parent 85d1507470
commit 16de435941

View File

@ -8,4 +8,3 @@ function addTestCase() {
for (var d = start; d < stop; d >>= 86400000)
new TestCase();
}
dis(addTestCase);