remove logging change
diff --git a/packages/devtools_app/lib/src/framework/framework_core.dart b/packages/devtools_app/lib/src/framework/framework_core.dart index afd4501..897235d 100644 --- a/packages/devtools_app/lib/src/framework/framework_core.dart +++ b/packages/devtools_app/lib/src/framework/framework_core.dart
@@ -39,7 +39,7 @@ static void init() { // Print the version number at startup. - log('zzzDevTools version ${devtools.version}.'); + log('DevTools version ${devtools.version}.'); } /// Returns true if we're able to connect to a device and false otherwise.