Index: LayoutTests/fast/js/Promise-native-then.html |
diff --git a/LayoutTests/fast/js/Promise-native-then.html b/LayoutTests/fast/js/Promise-native-then.html |
index c3e9789c3468eae560b142a1401e1c85505c068c..3c5347b8d3847abe5b0abe114cb90d47aacce8ee 100644 |
--- a/LayoutTests/fast/js/Promise-native-then.html |
+++ b/LayoutTests/fast/js/Promise-native-then.html |
@@ -14,7 +14,6 @@ window.jsTestIsAsync = true; |
var resolve; |
var promise = new Promise(function(r) { resolve = r; }); |
var newPromise = window.internals.addOneToPromise(promise); |
-debug("Got a new promise: " + newPromise); |
newPromise.then(function(result) { |
window.result = result; |