Remove debugging fprintf in unittest code that prevents rolling breakpad

BUG=664460

Change-Id: I40d8567c659e97415db65cb308c0d39391c44353
Reviewed-on: https://chromium-review.googlesource.com/438364
Reviewed-by: Primiano Tucci <primiano@chromium.org>
This commit is contained in:
Tobias Sargeant 2017-02-06 14:17:27 +00:00 committed by Tobias Sargeant
parent 049a1532e5
commit cff58cdd0a

View file

@ -507,7 +507,6 @@ TEST_F(LinuxPtraceDumperTest, SanitizeStackCopy) {
for (size_t i = 0; i < word_count; ++i)
++pre_sanitization_words[stack_words[i]];
fprintf(stderr, "stack_offset=%lu stack_len=%lu stack=%p\n", stack_offset, stack_len, stack);
dumper.SanitizeStackCopy(stack_copy, stack_len, thread_info.stack_pointer,
stack_offset);