Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in
Toggle navigation
F
Front-End
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
abdullh.alsoleman
Front-End
Commits
20eefbf5
Commit
20eefbf5
authored
Apr 21, 2016
by
Ian Hickson
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove stray print from material gallery. (#3463)
Makes the tests noisy.
parent
6ca36a94
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
3 deletions
+0
-3
example_code_parser.dart
...les/material_gallery/lib/gallery/example_code_parser.dart
+0
-3
No files found.
examples/material_gallery/lib/gallery/example_code_parser.dart
View file @
20eefbf5
...
@@ -11,11 +11,8 @@ const String _kEndTag = '// END';
...
@@ -11,11 +11,8 @@ const String _kEndTag = '// END';
Map
<
String
,
String
>
_exampleCode
;
Map
<
String
,
String
>
_exampleCode
;
Future
<
String
>
getExampleCode
(
String
tag
,
AssetBundle
bundle
)
async
{
Future
<
String
>
getExampleCode
(
String
tag
,
AssetBundle
bundle
)
async
{
print
(
'getExampleCode tag:
$tag
bundle:
$bundle
'
);
if
(
_exampleCode
==
null
)
if
(
_exampleCode
==
null
)
await
_parseExampleCode
(
bundle
);
await
_parseExampleCode
(
bundle
);
return
_exampleCode
[
tag
];
return
_exampleCode
[
tag
];
}
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment