Merge remote-tracking branch 'origin/GP-0-dragonmacher-test-debug'

This commit is contained in:
Ryan Kurtz 2022-09-09 09:18:21 -04:00
commit fb23f2a524

View file

@ -4,9 +4,9 @@
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
*
* http://www.apache.org/licenses/LICENSE-2.0
*
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
@ -303,10 +303,6 @@ public class DecompilerDataTypeReferenceFinder implements DataTypeReferenceFinde
else {
debugWriter = new NullPrintWriter();
}
// TODO Disabling the debug output for now, as we have not seen the sporadic test
// failure. This code can be deleted if the test failures do not reappear.
debugWriter = new NullPrintWriter();
}
List<DataTypeReference> findUsage() {