[Scummvm-cvs-logs] scummvm master -> 2c7976e4e94d52bbd27a07eba8ae15379977189b

Strangerke Strangerke at scummvm.org
Thu Jun 2 23:55:06 CEST 2016


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
2c7976e4e9 GNAP: Remove debug message


Commit: 2c7976e4e94d52bbd27a07eba8ae15379977189b
    https://github.com/scummvm/scummvm/commit/2c7976e4e94d52bbd27a07eba8ae15379977189b
Author: Strangerke (strangerke at scummvm.org)
Date: 2016-06-02T23:46:19+02:00

Commit Message:
GNAP: Remove debug message

Changed paths:
    engines/gnap/datarchive.cpp



diff --git a/engines/gnap/datarchive.cpp b/engines/gnap/datarchive.cpp
index c74766b..3a586c5 100644
--- a/engines/gnap/datarchive.cpp
+++ b/engines/gnap/datarchive.cpp
@@ -83,7 +83,6 @@ DatManager::~DatManager() {
 void DatManager::open(int index, const char *filename) {
 	close(index);
 	_datArchives[index] = new DatArchive(filename);
-	warning("Loading %s - %d", filename, index);
 }
 
 void DatManager::close(int index) {






More information about the Scummvm-git-logs mailing list