Skip to content

Commit

Permalink
Removing unwanted logs.
Browse files Browse the repository at this point in the history
  • Loading branch information
sr1990 committed May 12, 2020
1 parent a15562b commit 275ae6e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packager/file/memory_file.h
Expand Up @@ -32,7 +32,6 @@ class MemoryFile : public File {
bool Seek(uint64_t position) override;
bool Tell(uint64_t* position) override;
bool Rename(const std::string& new_file_name) override;
// { LOG(ERROR) << "NIKKI: In memory file"; return false;}
/// @}

/// Deletes all memory file data created. This assumes that there are no
Expand Down

0 comments on commit 275ae6e

Please sign in to comment.