fix a null references issues.

This commit is contained in:
qianlifeng
2014-03-16 22:51:50 +08:00
parent a7b3ef34d8
commit 69890972bc
4 changed files with 6 additions and 12 deletions

View File

@@ -100,14 +100,6 @@ namespace Wox.Plugin.System
}
}
}
else
{
#if (DEBUG)
{
MessageBox.Show("load chrome bookmark failed");
}
#endif
}
}
private String DecodeUnicode(String dataStr)