Browse Source

remove debug print

Chris Friesen 11 years ago
parent
commit
f9d8df2bea
1 changed files with 0 additions and 1 deletions
  1. 0 1
      Bin/Data/Scripts/Editor/EditorResourceBrowser.as

+ 0 - 1
Bin/Data/Scripts/Editor/EditorResourceBrowser.as

@@ -849,7 +849,6 @@ void HandleBrowserEditResource(StringHash eventType, VariantMap& eventData)
 
     if (file.resourceType == RESOURCE_TYPE_PARTICLEEFFECT)
     {
-        Print("Resource Browser Particle Effect");
         ParticleEffect@ particleEffect = cache.GetResource("ParticleEffect", file.resourceKey);
         if (particleEffect !is null)
             EditParticleEffect(particleEffect);