Author: eelco
Date: Tue Sep 14 12:47:19 2010
New Revision: 23787
URL: https://svn.nixos.org/websvn/nix/?rev=23787&sc=1

Log:
* Doh.  Remove debug message.

Modified:
   nix/trunk/src/nix-env/nix-env.cc

Modified: nix/trunk/src/nix-env/nix-env.cc
==============================================================================
--- nix/trunk/src/nix-env/nix-env.cc    Tue Sep 14 12:32:28 2010        (r23786)
+++ nix/trunk/src/nix-env/nix-env.cc    Tue Sep 14 12:47:19 2010        (r23787)
@@ -270,7 +270,6 @@
                     d = j->first.system == k->second.first.system ? 0 :
                         j->first.system == thisSystem ? 1 :
                         k->second.first.system == thisSystem ? -1 : 0;
-                    printMsg(lvlError, format("%1% %2% %3% %4%") % 
j->first.system % k->second.first.system % thisSystem % d);
                     if (d == 0)
                         d = comparePriorities(state, j->first, 
k->second.first);
                     if (d == 0)
_______________________________________________
nix-commits mailing list
[email protected]
http://mail.cs.uu.nl/mailman/listinfo/nix-commits

Reply via email to