Title: [224521] trunk/Tools
Revision
224521
Author
wenson_hs...@apple.com
Date
2017-11-06 16:55:08 -0800 (Mon, 06 Nov 2017)

Log Message

Remove stray logging from a newly added API test

This was only for debugging purposes, and should have been removed before landing.

Rubber-stamped by Tim Horton.

* TestWebKitAPI/Tests/WebKitCocoa/WKAttachmentTests.mm:
(TestWebKitAPI::TEST):

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (224520 => 224521)


--- trunk/Tools/ChangeLog	2017-11-07 00:52:47 UTC (rev 224520)
+++ trunk/Tools/ChangeLog	2017-11-07 00:55:08 UTC (rev 224521)
@@ -1,3 +1,14 @@
+2017-11-06  Wenson Hsieh  <wenson_hs...@apple.com>
+
+        Remove stray logging from a newly added API test
+
+        This was only for debugging purposes, and should have been removed before landing.
+
+        Rubber-stamped by Tim Horton.
+
+        * TestWebKitAPI/Tests/WebKitCocoa/WKAttachmentTests.mm:
+        (TestWebKitAPI::TEST):
+
 2017-11-06  Jonathan Bedard  <jbed...@apple.com>
 
         Only build ImageDiff for mac

Modified: trunk/Tools/TestWebKitAPI/Tests/WebKitCocoa/WKAttachmentTests.mm (224520 => 224521)


--- trunk/Tools/TestWebKitAPI/Tests/WebKitCocoa/WKAttachmentTests.mm	2017-11-07 00:52:47 UTC (rev 224520)
+++ trunk/Tools/TestWebKitAPI/Tests/WebKitCocoa/WKAttachmentTests.mm	2017-11-07 00:55:08 UTC (rev 224521)
@@ -265,7 +265,6 @@
         ObserveAttachmentUpdatesForScope observer(webView.get());
         attachment = retainPtr([webView synchronouslyInsertAttachmentWithFilename:@"foo.txt" contentType:@"text/plain" data:testHTMLData() options:nil]);
         observer.expectAttachmentUpdates(@[ ], @[attachment.get()]);
-        NSLog(@"The markup is now %@", [webView stringByEvaluatingJavaScript:@"document.body.innerHTML"]);
     }
     [webView expectUpdatesAfterCommand:@"InsertOrderedList" withArgument:nil expectedRemovals:@[] expectedInsertions:@[]];
     // This edit command behaves more like a "toggle", and will actually break us out of the list we just inserted.
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to