avm1: Remove fscommand debug code

This commit is contained in:
David Wendt 2020-09-30 19:07:16 -04:00 committed by Mike Welsh
parent 1a77874e04
commit 3fb186e5c0
1 changed files with 0 additions and 1 deletions

View File

@ -6,7 +6,6 @@ use crate::avm_warn;
/// Parse an FSCommand URL. /// Parse an FSCommand URL.
pub fn parse(url: &str) -> Option<&str> { pub fn parse(url: &str) -> Option<&str> {
log::info!("Checking {}", url);
if url.to_lowercase().starts_with("fscommand:") { if url.to_lowercase().starts_with("fscommand:") {
Some(&url["fscommand:".len()..]) Some(&url["fscommand:".len()..])
} else { } else {