diff options
| author | Teddy Wing | 2018-11-03 19:03:06 +0100 |
|---|---|---|
| committer | Teddy Wing | 2018-11-03 19:03:06 +0100 |
| commit | 16d5b3f7c35859c58365a689b94383203497caef (patch) | |
| tree | a5c48d4c8831e9413306cb6d49b83faacb58c91c /src | |
| parent | c22e695764a8eb45605712fa3ef1ffe7a5beb1df (diff) | |
| download | dome-key-map-16d5b3f7c35859c58365a689b94383203497caef.tar.bz2 | |
parser: Remove debug print statement
Just noticed this. Seems it served its purpose.
Diffstat (limited to 'src')
| -rw-r--r-- | src/parser.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/parser.rs b/src/parser.rs index 2e4bf3e..a31f097 100644 --- a/src/parser.rs +++ b/src/parser.rs @@ -1511,7 +1511,6 @@ cmd <play> /usr/bin/say hello "; let result = map_group().easy_parse(text).map(|t| t.0); let expected = MapGroup::default(); - println!("{:?}", map_group().easy_parse(text).map(|t| t.1)); assert_eq!(result, Ok(expected)); } |
