Index: client/html/generated/src/interface/Console.dart |
diff --git a/client/html/generated/src/interface/Console.dart b/client/html/generated/src/interface/Console.dart |
deleted file mode 100644 |
index b31ed2579d24d4e725a33d1e81ebe2989e6795f9..0000000000000000000000000000000000000000 |
--- a/client/html/generated/src/interface/Console.dart |
+++ /dev/null |
@@ -1,40 +0,0 @@ |
-// Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file |
-// for details. All rights reserved. Use of this source code is governed by a |
-// BSD-style license that can be found in the LICENSE file. |
- |
-// WARNING: Do not edit - generated code. |
- |
-interface Console { |
- |
- void count(); |
- |
- void debug(Object arg); |
- |
- void dir(); |
- |
- void dirxml(); |
- |
- void error(Object arg); |
- |
- void group(); |
- |
- void groupCollapsed(); |
- |
- void groupEnd(); |
- |
- void info(Object arg); |
- |
- void log(Object arg); |
- |
- void markTimeline(); |
- |
- void time(String title); |
- |
- void timeEnd(String title); |
- |
- void timeStamp(); |
- |
- void trace(Object arg); |
- |
- void warn(Object arg); |
-} |