remove some temporary debug output (#21500)

This commit is contained in:
Devon Carew 2018-09-06 12:49:02 -07:00 committed by GitHub
parent c6e8a513f0
commit f5efbc4370
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,14 +5,10 @@
// Thanks for checking out Flutter!
// Like what you see? Tweet us @flutterio
import 'package:flutter/foundation.dart';
import 'package:flutter/material.dart';
import 'gallery/app.dart';
void main() {
// Temporary debugging hook for https://github.com/flutter/flutter/issues/17888
debugInstrumentationEnabled = true;
runApp(const GalleryApp());
}