projects
/
dygraphs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
62c6c06
)
remove extra log
author
Dan Vanderkam
<dan@dygraphs.com>
Wed, 10 Aug 2011 21:09:56 +0000
(17:09 -0400)
committer
Dan Vanderkam
<dan@dygraphs.com>
Wed, 10 Aug 2011 21:09:56 +0000
(17:09 -0400)
auto_tests/misc/fake-jstestdriver.js
patch
|
blob
|
blame
|
history
diff --git
a/auto_tests/misc/fake-jstestdriver.js
b/auto_tests/misc/fake-jstestdriver.js
index
6ccd081
..
4a9b0ea
100644
(file)
--- a/
auto_tests/misc/fake-jstestdriver.js
+++ b/
auto_tests/misc/fake-jstestdriver.js
@@
-116,7
+116,6
@@
function addGlobalTestSymbols() {
globalTestDb[name] = function(name, tc_class) {
return function() {
var tc = new tc_class;
- console.log(name);
return tc.runTest(name);
};
}(name, tc_class);