Remove some internal dumps. master
authorNot Zed <notzed@gmail.com>
Mon, 9 May 2022 13:14:56 +0000 (22:44 +0930)
committerNot Zed <notzed@gmail.com>
Mon, 9 May 2022 13:14:56 +0000 (22:44 +0930)
src/notzed.vulkan/gen/vulkan.pm

index 69f94ef..1e2a567 100644 (file)
@@ -225,7 +225,7 @@ sub buildFeatures {
                $defines->{$v->{name}} = $v if $v->{category} eq 'define';
        }
 
-       if (1) {
+       if (0) {
                open(my $f, '>', 'features.pm');
                print $f Dumper($data);
                close $f;