mirror of
https://github.com/zaphar/ucg.git
synced 2025-07-24 18:39:50 -04:00
CLEANUP: an errant debug printf...
This commit is contained in:
parent
7c253991e8
commit
07d132bebc
@ -466,7 +466,6 @@ where
|
|||||||
.duration_since(std::time::SystemTime::UNIX_EPOCH)?
|
.duration_since(std::time::SystemTime::UNIX_EPOCH)?
|
||||||
.as_secs();
|
.as_secs();
|
||||||
{
|
{
|
||||||
eprintln!("{} modkey...", modkey);
|
|
||||||
// 2. check mod time against previous stored mod time for file.
|
// 2. check mod time against previous stored mod time for file.
|
||||||
if !self.assets.borrow().check_mod_key(&normalized, modkey)? {
|
if !self.assets.borrow().check_mod_key(&normalized, modkey)? {
|
||||||
// 3. if different then evict from the cache
|
// 3. if different then evict from the cache
|
||||||
|
Loading…
x
Reference in New Issue
Block a user