Unverified Commit f5efbc43 authored by Devon Carew's avatar Devon Carew Committed by GitHub

remove some temporary debug output (#21500)

parent c6e8a513
......@@ -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());
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment